Hi All, this is the first time I am attempting to create an executable file from a project I am working on, I have followed all the steps outlined here by Erel, everything seems to have been generated just fine, I can see the setup file in \My Programs folder under the name of my project, the problem is that when I launch the exe I get the following error and not sure how to solve it.
Has anyone came across this error before and what do I need to do to solve it, I can see the release_java_modules.txt file inside the /bin folder so not sure why I continue getting this error, the application doesn't even start when I try launching it. The application works just fine if I launch the .jar file.
Walter
C:\windows\system32>cd bin
The system cannot find the path specified.
C:\windows\system32>java.exe @release_java_modules.txt -m b4j/com.snap.companion.main
Error: Could not find or load main class @release_java_modules.txt
C:\windows\system32>pause
Press any key to continue . . .
Has anyone came across this error before and what do I need to do to solve it, I can see the release_java_modules.txt file inside the /bin folder so not sure why I continue getting this error, the application doesn't even start when I try launching it. The application works just fine if I launch the .jar file.
Walter