cancel
Showing results for 
Search instead for 
Did you mean: 

Update JNLP File

Former Member
0 Kudos

Hi, in the sap note 716604 recommend me that i make the update of the version of Sun J2SE version(1.4.2_20 b04) and i have to download an archive with extension JNLP but i dont know hoy i can update this version with this file

Any ides for this issue??

Thanks and regards!!

Accepted Solutions (1)

Accepted Solutions (1)

prasannakrishna_mynam
Contributor
0 Kudos

Hi Aaron,

The JNLP you have downloaded contains follwoing details

1. Location of the resources on the server (see jnlp-tag)

2. A describtion of the application (see information-tag)

3. The needed security permissions (see security-tag)

4. The needed resources on the client (see resources-tag)

a. J2SE version needed

b. Jar-files needed

c. Properties for getting JNDI context

5. The main class for starting the application (see application-desc-tag)

You can change the values of some in that xml formated file.

you need to deploy this file (.jar and .jnlp etc) in your application server directory.

Refer the below document for details.

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/35a46378-0801-0010-a3b7-91595122...

Regards,

Prasanna

Answers (1)

Answers (1)

JoelTrinidade
Active Contributor
0 Kudos

Hi Aaron,

Please go through Deploying Software with JNLP and Java Web Start http://java.sun.com/developer/technicalArticles/Programming/jnlp/

Regards

joel