Jonathan Greene wrote: > no errors. It loads up but no window shows up. That's from a > doubleclick on jpluckx.jar > > If I run from the Terminal I get: > > Exception in thread "main" java.lang.NoSuchMethodError > at distantcord.jpluckx.ui.SplashScreen.<init>(Unknown Source) > at distantcord.jpluckx.ui.SplashScreen.<init>(Unknown Source) > at distantcord.jpluckx.Main.main(Unknown Source) > >
I believe you encountered this error before. I'm pretty sure you are invoking the default Java VM, which should be 1.3.1 on Mac OS X. You get the NoSuchMethodError because a method is called that isn't available in Java 1.3. Open a shell and explicitly specify JDK 1.4.1. <jdk1.4.1 home>/bin/java -jar jpluckx.jar. Let me know if that works. Thanks -Laurens _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

