Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem with Signing jar files

843802Nov 14 2005 — edited Nov 7 2008
I have desktop application and i am using JWS to run my application. The files were signed by another developer and now i developed the later part of application and i am deploying it from my computer, but its giving me problem when i try to sign my jar files. It gives me an error
jarsigner: attempt to rename D:\Maximo52\Java Custom Applications\Planner\lib\log4j-1.2.9.jar to D:\Maximo52\Java Custom Applications\Planner\lib\log4j-1.2.9.jar.orig failed
BUILD FAILED: D:\Maximo52\Java Custom Applications\Planner\build-user.xml:99: exec returned: 1
I am using ANT and eclipse 3.0. The code for signing the file where its giving me problem is
<signjar alias="autosigner1" keystore="local.keystore" storepass="day" verbose="true">
The jar files have written permission, checked on the path, but can't figure out the problem.
Your help / guidance would be highly appreciated.
Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 5 2008
Added on Nov 14 2005
22 comments
2,619 views