Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What color is grass?:
What is the seventh word in this sentence?:
What is five minus two (use the full word)?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: the bigg
« on: September 11, 2006, 10:41:56 AM »

Thanks, worked like a charm  :)
Seriously, Linux needs a disadvantage when compared to Windows, otherwise mr. Bill would get poor very fast  ;)
Posted by: WizWom
« on: September 11, 2006, 10:23:04 AM »

the command should be java -jar NIdigGen.jar

java XXXX tells it to use the file as a class, -jar tells it to explore for a MAIN.class in the jar and use the jar for classes referred to before going to the classpath.
Posted by: the bigg
« on: September 11, 2006, 08:54:49 AM »

should be a stupid question, but java being the POS it is...

Code: [Select]
vbigiani@vbigiani-laptop:~/NearInfinity$ java NIdigGen.jar
Exception in thread "main" java.lang.NoClassDefFoundError: NIdigGen.jar
   at gnu.java.lang.MainThread.run(libgcj.so.7)
Caused by: java.lang.ClassNotFoundException: NIdigGen.jar not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:./], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
   at java.net.URLClassLoader.findClass(libgcj.so.7)
   at java.lang.ClassLoader.loadClass(libgcj.so.7)
   at java.lang.ClassLoader.loadClass(libgcj.so.7)
   at java.lang.Class.forName(libgcj.so.7)
   at gnu.java.lang.MainThread.run(libgcj.so.7)