Which java version? JDK 1.6 cannot run if exe is codesigned. If higher than 1.6, I'm not sure whether codesign has corrupted the structure Jar2exe required. You could try to download http://www.jar2exe.com/download/sites/default/files/download/integrate/j... and put along with the executive, and then add a line: java_classpath jar2exe_integrate.jar to config file. reply
JDK 1.6 cannot run if exe is codesigned.
If higher than 1.6, I'm not sure whether codesign has corrupted the structure Jar2exe required.
You could try to download http://www.jar2exe.com/download/sites/default/files/download/integrate/j... and put along with the executive, and then add a line:
java_classpath jar2exe_integrate.jar
to config file.