How to deploy java application using java web start, any suggestion for pdf file which I can read and do ?
2 Answers
Here is a step-by-step tutorial here below, which shows how to create the .jnlp for a simple app, signing and packaging the .jar:
http://www.mkyong.com/java/java-web-start-jnlp-tutorial-unofficial-guide/
1 Comment
Andrew Thompson
See also the JNLP API demos.. Each has full source, JNLP and build file. The file service demo. build file digitally signs the code, the rest are sand-boxed.
For reference, the java-web-start tag itself is a convenient way to learn more…
2 Comments
Andrew Thompson
Be sure to follow the small link (of the JWS tag) that reads 'info'.
trashgod