Difference: MakingJNLPForTJ (3 vs. 4)

Revision 42007-10-24 - TWikiGuest

Line: 1 to 1
 
META TOPICPARENT name="JamesSlackNotes"
Incomplete
  • Needs verification
Line: 10 to 10
 
  1. New releases of jogl supply library files only, these can be packed together with
    jar cf <jar filename> <List of files>
  2. Create a key (if one doesn't exist) with this command:
    keytool -genkey -alias <signing alias> -keypass <password for alias>
Changed:
<
<
The alias for TreeJuxtaposer is TreeJuxtaposer, the <password for alias> is needed during the signing in the jarsigner step.
>
>
The alias for TreeJuxtaposer is olduvai, the <password for alias> is needed during the signing in the jarsigner step (also olduvai).
 If creating a keystore for the first time, the password (entered in plaintext when using the keytool command) will be created, and the file ~\.keystore will be created. Otherwise, the same password is needed for additional aliases. Each jarfile must be signed with the same set of aliases or it will not be trusted.
Line: 23 to 23
 Example manifest

=Manifest-Version: 1.0

Changed:
<
<
Main-Class: TreeJuxtaposer.TreeJuxtaposer=
>
>
Main-Class: net.sourceforge.olduvai.treejuxtaposer.TreeJuxtaposer=
  Example JNLP (tj.jnlp)
Line: 67 to 67
 

Changed:
<
<
<application-desc main-class="TreeJuxtaposer.TreeJuxtaposer"/>
>
>
<application-desc main-class="net.sourceforge.olduvai.treejuxtaposer.TreeJuxtaposer"/>
 
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback