Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Jar file corrupt error in JNLP

843802Sep 12 2006 — edited Sep 23 2006
Hello there,

I am developing a java swing application which i wanted to make it available on our corporate network for demo purpose.

The java application uses oracle 10g database which i made it to run with web start i.e converted to jnlp.now the jnlp works fine on my computer i mean using
<jnlp spec="1.0+" codebase="file:///C:/Project/jnlp/">

but when i try to run it from my apache server
<jnlp spec="1.0+" codebase="http://192.168.205.81" href="testJdbc.jnlp">

,i get jar corrupt error.i also tried to open the jar file from my apache webroot.but i get the same error.but when i tested a simple jnlp application from apache it works fine.but the difference between the two test is the simple jnlp has only jar fine which is the application.the other apllication has two jar files one for the application and another for oracle jdbc driver.please help. one thing to mention is

when i clcik on the jnlp file in the browser,i get to see the java web start which shows the progress bar and mentioning downloading ojdbc14.jar which starts loading,then it says reading ojdbc14.jar which goes to 100 % and then it displays a box requested http://123.122.22.11/ojdbc14.jar and error saying corrupted ojdbc14.jar(which is the name of the jdbc jar file) .
please help i have been stuck on this for the past one week.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 21 2006
Added on Sep 12 2006
19 comments
672 views