Tagged Questions
4
votes
4answers
14k views
How to change JAVA.HOME for Eclipse/ANT
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 returns the JRE directory.
This isnt a ...