I'm trying sign jar for distribution of my java project via JWS, what i have done is
but the error I've got is No class found exception . Sun.security.tools.jarsigner.
I'm using JDk 1.6.0.21. I tried unpacking Tools.jar and could find the jarsigner class.
You're running 'java' from the JRE not the JDK. The JRE doesn't contain the 'jarsigner' tool.