| Author |
How do you make keystore?
|
john price
Ranch Hand
Joined: Feb 24, 2011
Posts: 495
|
|
I've tried making a keystore. I failed.
1. What information goes into a keystore?
2. What is the file extension of a keystore?
Relevance to Applets:
To use JAR files in Applets, you need to have a signed JAR I believe.
Thanks,
cc11rocks aka John Price
|
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” (Mosher's Law of Software Engineering)
“If debugging is the process of removing bugs, then programming must be the process of putting them in.” (Edsger Dijkstra)
|
 |
Jelle Klap
Bartender
Joined: Mar 10, 2008
Posts: 1430
|
|
You only need to sign the JAR file if the Applet requires permissions that would typically be restricted by the SecutiryManager, such as write access on local system resources.
If that's the case, this tutorial should privide the information you need to create a (self-)signed Applet: http://java.sun.com/developer/onlineTraining/Programming/JDCBook/signed.html
|
Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life.
|
 |
 |
|
|
subject: How do you make keystore?
|
|
|