View Single Post
  #4 (permalink)  
Old November 11th, 2003
djscoobyd djscoobyd is offline
Novicius
 
Join Date: November 11th, 2003
Posts: 4
djscoobyd is flying high
Default

Here is what it says:

[JavaAppLauncher Error] FindClass() failed for class apple/launcher/LaunchRunner:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no launcher in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java :1344)
at java.lang.Runtime.loadLibrary0(Runtime.java:744)
at java.lang.System.loadLibrary(System.java:815)
at apple.launcher.LaunchRunner.<clinit>(LaunchRunner. java:22)
[JavaAppLauncher Error] CallStaticVoidMethod() threw an exception
Exception in thread "main" java.lang.NoClassDefFoundError: apple.launcher.LaunchRunner
at apple.launcher.JavaApplicationLauncher.launch(Java ApplicationLauncher.java:52)
Reply With Quote