Add new comment

Jar2Exe doesn't recognize the main jar file

Tried the helloworld and it worked using the command line.

I then moved the jar and class files of the program to be exe'ed to the root directory (c:\) and successfully compiled the files and program. Thank you.

It seems that the directory where I currently have the files no longer is acceptable to Jar2Exe program. That was the cause of the Jar2Exe program not recognizing the main jar. Seems that Jar2Exe relies on Windows to locate the files where the "previously" compiled jar and class files resided. When the PC "user" location naming was changed,  Jar2Exe still looked for it in the directory under the older user. Probably a Windows created problem of providing the Jar2Exe program wrong location info.