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 ...
2
votes
1answer
674 views

Trying to refresh 'expired' keystore

I am trying to re-sign some jars using the ant task 'signjar' however it's telling me "The signer certificate has expired." So I tried to re-generate the keystore hoping this would 'un-expire' it... ...
2
votes
1answer
358 views

Where can I find the keystore file?

I created a keystore using keytool, but the thing is, we're using a JDK remotely ( and I don't have write priviledges on the server ). I noticed that ant has a keystore attribute, and I would like to ...
0
votes
1answer
167 views

build.xml ant question

I am getting the following exception when running an applet: Exception in thread "AWT-EventQueue-4" java.lang.NoClassDefFoundError: ice/net/SnapshotCacheManager but the file is inside the jar. I ...