I am trying to sign a jar file using an ANT script. I know this has to be pointed at the JDK directory for jarsigner.exe to run, but when I echo java.home it re
Right click on the ant build file, then choose "Properties".
Click on the "Run/Debug Settings", then click on the launch configuration file. You should be able to edit it then.
After you click "Edit", you should see a new window with a "Properties" tab which will show you a list of Ant build properties. There is a "java.home" property in the list. Make sure it refers to the correct path.