- Code: Select all
C:\Documents and Settings\Administrator\Desktop\jUniUploader\jUniUploader>java -
cp lib;bin ui.Gui -Dsun.java2d.opengl=true
[ SEVERE | 1837:ui.Gui.detectWow() ]-
> Command to execute was not found!
java.lang.RuntimeException: Command to execute was not found!
at system.Logger.error(Logger.java:164)
at system.Shell.execRead(Shell.java:188)
at ui.Gui.detectWow(Gui.java:1837)
at ui.Gui.update(Gui.java:1434)
at ui.Gui.updateUi(Gui.java:1310)
at ui.Gui.updateUi(Gui.java:1293)
at ui.Gui$10.run(Gui.java:1326)
Caused by: java.io.FileNotFoundException: \usr\bin\locate (The system cannot fin
d the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileReader.<init>(Unknown Source)
at system.Shell.exec(Shell.java:91)
at system.Shell.execRead(Shell.java:183)
... 5 more
Exception in thread "UpdateUI" java.lang.NullPointerException
at ui.Gui.detectWow(Gui.java:1837)
at ui.Gui.update(Gui.java:1434)
at ui.Gui.updateUi(Gui.java:1310)
at ui.Gui.updateUi(Gui.java:1293)
at ui.Gui$10.run(Gui.java:1326)
I have Java 1.6 installed and working (atleast it seems to be). It is a Windows 2000 machine that is having the trouble.
I am not sure what other sort of information you might need to help trace the issue. Anything I can provide just let me know.
-ds