Hi,
I have java project with media option "Single EXE Setup (Resource inside)".
At the digital signature panel, I am adding the EXE of my project to the signing list.
Building and installing stages are OK but when the application called I got the error
"mypackage/subpackage/MainClass main class could not be found"
If I don't add the EXE of my project to the signing list, everthing goes OK, but the EXE file is not signatured.
So, here is what i need:
- A single setup.exe file which includes everthing. > this is OK.
- setup.exe should be digital signatured. > this is OK.
- application.exe inside the setup.exe should be digital signatured. > this is OK BUT could not be launched. "main class could not be found error" occurs
What should I do?
Thanks a lot,