JRE 1.4.0, Win2k Pro, 384MB Ram, won't run.
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?
It sounds like the 1.4.0 java isn't the one being invoked (an older version may be before it in your PATH). If you type 'java -version' it should say something like:
java version "1.4.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-b92)
Java HotSpot(TM) Client VM (build 1.4.0-b92, mixed mode)
If it doesn't then that is the problem. You can either try to uninstall any other JREs that are on there, or run the version you know to be correct explicitly, ie:
C:jre1.4.0injava -mx128m -cp JiGLE.jar;. JiGLE
The java executable is probably somewhere like:
C:Program FilesJavaSoft1.4.0injava.exe
Let us know if the problem is something more insidious
java version "1.4.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-b92)
Java HotSpot(TM) Client VM (build 1.4.0-b92, mixed mode)
If it doesn't then that is the problem. You can either try to uninstall any other JREs that are on there, or run the version you know to be correct explicitly, ie:
C:jre1.4.0injava -mx128m -cp JiGLE.jar;. JiGLE
The java executable is probably somewhere like:
C:Program FilesJavaSoft1.4.0injava.exe
Let us know if the problem is something more insidious
Return to “WiGLE Project Suggestions”
Who is online
Users browsing this forum: No registered users and 1 guest