JRE 1.4.0, Win2k Pro, 384MB Ram, won't run.
Posted: Tue May 14, 2002 1:34 am
All I get is output from java, like if you were just to type 'java' at the prompt and hit enter, it just shows all the switches and parameters. I tried editing the batch file and changing this:
java -mx128m -cp JiGLE.jar;. JiGLE %ARG% %ARG2% %1 %2 %3 %4 %5 %6 %7 %8 %9
to this:
java -mx128m -classpath JiGLE.jar;. JiGLE %ARG% %ARG2% %1 %2 %3 %4 %5 %6 %7 %8 %9
And now i get:
Unable to initialize threads: cannot find class java/lang/Thread
Any ideas?
java -mx128m -cp JiGLE.jar;. JiGLE %ARG% %ARG2% %1 %2 %3 %4 %5 %6 %7 %8 %9
to this:
java -mx128m -classpath JiGLE.jar;. JiGLE %ARG% %ARG2% %1 %2 %3 %4 %5 %6 %7 %8 %9
And now i get:
Unable to initialize threads: cannot find class java/lang/Thread
Any ideas?