Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
readme: remove java webstart instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kparal committed Mar 7, 2014
1 parent 651ba37 commit 2c011d5
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -198,24 +198,3 @@ By running command:
a new po/esmska.pot template is generated, all PO message catalogs are updated
and localized properties files are generated from them.


Creating Java WebStart package
==============================

First of all it is necessary to create a digital key to sign the jars. By using
'keytool' command create a keystore file with a key alias:

$ keytool -genkeypair -keystore KEYSTORE -alias ALIAS -validity DAYS

Edit file nbproject/project.properties and set variables 'jnlp.signjar.keystore'
and 'jnlp.signjar.alias' to determine path to your keystore and your key alias.

The key password can be placed into file nbproject/private/private.properties as
a line 'jnlp.signjar.storepass=PASSWORD'. This way it will not be necessary to
type password everytime you build it. It supposes that keystore and key have the
same password.

Now open the project in NetBeans IDE and run the 'javaws' task. It is not
possible to build WebStart package on the command-line without using NetBeans.


0 comments on commit 2c011d5

Please sign in to comment.