Hi, It looks like Java Media Framework is not installed, or is not in the classpath of the Java Runtime Environment you are using to launch this. Check that the file jmf.jar is in your Java classpath - particularly note that there can be more than one JRE installed - you want the one that is run by the browser that is launching the code. I *think* this can be done by copying the jmf.jar file to the java lib directory.
I will do some experimenting and get back to you. Let me know if you get it working before this. Andrew :) ============================================ Access Grid Support Centre, RSS Group, Manchester Computing, Kilburn Building, University of Manchester, Oxford Road, Manchester, M13 9PL, UK Tel: +44(0)161-275 0685 Email: [email protected] > -----Original Message----- > From: [email protected] [mailto:[email protected]] On > Behalf Of Natalia Costas Lago > Sent: 06 June 2005 16:19 > To: ag-tech > Subject: [AG-TECH] ScreenStreamer error > > > > Running the ScreenStreamer under linux (Fedora Core 2) I got this error: > > * "General" tab: > > "An error occurred while launching/running the application. > > Title: Memetic ScreenStreamer > Vendor: Memetic > Category: Unexpected Error > > Unexpected exception: java.lang.Exception" > > * "Launch file" tab: > > <jnlp spec="1.0+" > codebase="http://memetic-vre.net/software/ScreenStreamer"> > <information> > <title>Memetic ScreenStreamer</title> > <vendor>Memetic</vendor> > <homepage href=""/> > <description>Memetic ScreenStreamer</description> > <description kind="short">A tool for sharing your > screen</description> > <offline-allowed/> > </information> > <security> > <all-permissions/> > </security> > <resources> > <j2se version="1.5.0+"/> > <jar href="ScreenStreamer.jar"/> > </resources> > <application-desc main-class="ScreenStreamer"> > <argument>239.194.200.200/1234/127</argument> > </application-desc> > </jnlp> > > * "Exception" tab: > > java.lang.Exception > at com.sun.javaws.Launcher.continueLaunch(Unknown Source) > at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source) > at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source) > at com.sun.javaws.Launcher.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) > > > Any hint about the problem?? > > ----------------------------------- > Natalia Costas Lago > email: [email protected] > > Centro de Supercomputacion de Galicia (CESGA) > Avenida de Vigo, s/n Campus Sur > 15706 Santiago de Compostela - SPAIN > Tel: +34 981 56 98 10 > Fax: +34 981 59 46 16 > http://www.cesga.es/ >

