Link to home
Start Free TrialLog in
Avatar of Zolf
ZolfFlag for United Arab Emirates

asked on

Update of JNLP application

hello there,

i have a problem which is that when i update the jar files on the remote server and then try to view the jnlp application.it does not show the new version.i also deleted the cache in java console.but no luck.could it be that the remote server is not updating the jar on time.please help.

cheers
Zolf
Avatar of Triguna
Triguna
Flag of India image

try to clear the cache and try to rebuild the jars.
Avatar of Zolf

ASKER


no luck
Avatar of wwnosal
wwnosal

What is your update check policy?
Avatar of Zolf

ASKER


what do you mean.where do i check this
Avatar of Zolf

ASKER

<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://me.com/Java/" href="erpJNLP.jnlp">
<information>
  <title>Time Check</title>
  <vendor>Java Developer Connection</vendor>
  <homepage href="/jdc" />
  <description>Demonstration of JNLP</description>
</information>
<offline-allowed/>
<security>
  <all-permissions/>
</security>
<resources>
  <j2se version="1.2+" />
  <jar href="erp.jar"/>
  <jar href="looks-2.2.0.jar"/>
  <jar href="sqljdbc.jar"/>
  <jar href="calendar-0.10.jar"/>
  <jar href="commons-collections-3.2.jar"/>
  <jar href="commons-logging-1.1.jar"/>
  <jar href="iText-2.1.3.jar"/>
  <jar href="jasperreports-3.0.0.jar"/>
  <jar href="jcalendar-1.3.2.jar"/>
  <jar href="looks-2.2.0.jar"/>
  <jar href="validation-2.0.1.jar"/>
</resources>
<application-desc main-class="com.MainForm" />
</jnlp>
did you rename the jar names in the jnlp?
What does error log indicate (any exception or error reported?).
Avatar of Zolf

ASKER


did you rename the jar names in the jnlp?
No i did not

What does error log indicate (any exception or error reported?).
no
the problem i have is the jnlp is not loading the updated jar file.
erp.jar file is the one which gets updated all the time.the rest do not
ASKER CERTIFIED SOLUTION
Avatar of Triguna
Triguna
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial