sorry - I am a novice here. I don't know why it stopped working with the new app.
On Saturday, December 21, 2002, at 12:00 PM, Laurens M. Fridael wrote:
Jonathan Greene wrote:I believe you encountered this error before. I'm pretty sure you areno errors. It loads up but no window shows up. That's from a doubleclick on jpluckx.jarIf 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)
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
_______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

