I did not expect the batch file to work, so I was not surprised that it didn't. It's just the same command-line command you would enter normally. I have no idea why Innoxia's java will not run on my system when any other java program will. But the -exe works. Go figure.
edit: The fact that the -exe works even though the -jar and -java do not suggests that the -jar file cannot find the libraries. I assume the -exe is compiled with the libraries already loaded. Unfortunately the error message is useless, "cannot find or load main class".
Annnd that's the reason it won't work. My version of the java libraries is too new. The exe works because it comes packaged with an older version of the libraries.
edit: The fact that the -exe works even though the -jar and -java do not suggests that the -jar file cannot find the libraries. I assume the -exe is compiled with the libraries already loaded. Unfortunately the error message is useless, "cannot find or load main class".
Annnd that's the reason it won't work. My version of the java libraries is too new. The exe works because it comes packaged with an older version of the libraries.
Last edited: