Hi - I'm trying to install SoftSqueeze 3.7, from a downloaded .jnlp file onto a Fedora 10 system. When I execute javaws and click "Run" on the dialog, I get the following exception:
$ javaws ~/Download/softsqueeze.jnlp Error starting SoftSqueeze: null net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:695) java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336) java.lang.Class.forName0(Native Method) java.lang.Class.forName(Class.java:186) org.titmuss.softsqueeze.audio.AudioDecoder.getMP3Decoders(AudioDecoder.java:241) org.titmuss.softsqueeze.audio.AudioDecoder.getDefaultMP3Decoder(AudioDecoder.java:227) org.titmuss.softsqueeze.config.Config._loadProp(Config.java:321) org.titmuss.softsqueeze.config.Config.<init>(Config.java:264) org.titmuss.softsqueeze.config.Config.init(Config.java:76) org.titmuss.softsqueeze.config.Config.init(Config.java:71) org.titmuss.softsqueeze.Softsqueeze.main(Softsqueeze.java:491) org.titmuss.softsqueeze.Application.main(Application.java:55) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.lang.reflect.Method.invoke(Method.java:616) net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:364) net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:600) Any way around this? (I'm using Sun's Java 1.6.0_10.) Thanks, Paul -- pauln ------------------------------------------------------------------------ pauln's Profile: http://forums.slimdevices.com/member.php?userid=23000 View this thread: http://forums.slimdevices.com/showthread.php?t=58163 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
