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!

A problem with a jnlp downloading file.

843802Jul 27 2008 — edited Aug 18 2008
Hi!
I'm a new guy in here so treat me well! :-)

I have a problem with the jnlp file in my system which used from all over my net in the army.


The erp.jnlp file is written like this:

<?xml version="1.0" encoding="utf-8"?>

<jnlp spec="1.0" codebase="https://mns-kesem" href="erp.jnlp">
<informtion>
<title> mns-kesem </title>
<vendor>kahad top</vendor>
<homepage="https://mns-kesem"/>
<description> mns-kesem application </description>
<description kind="short"> bhd 20 erp system</description>
<icon href="kesem.ico"/>
<icon kind="splash" href="splash.jpg"/>
</informtion>

<security>
<all-permissions/>
</security>

<resources>
<j2se version="1.5"/>
<jar href="erp.jar" download="eager">
<jar href="plugins.jar" download="eager">
<nativelib href="jdic_dll.jar" download="eager">
</resources>

<applet-desc documentBase="https://mns-kesem" name="ERPApplet" main-class="erp.applet.impl.ERPApplet" width="300" height="150">

<param name="ARCHIVE" value="erp.jar,plugins.jar,swt.jar"/>
<param name="CODE" value="erp.applet.impl.ERPApplet"/>
<param name="type" value="application/x-java-applet;version=1.4.0"/>
<param name="loginservice" value="//182.3.1.196:4000/erplogin"/>
</applet-desc>
</jnlp>
-------------------------------------------------------------------------------------------------------------------------------------------------

now a little a bit of background:
my system is actually used in all over my ip segment which is: 182.3.1.255 and
my wish is to happend that the jnlp file will be able to work in some other ip segment's.
the system is working in the army net, so there are some walls between the ip segments, to make the system work we have opened them already with the ports: 443, dynamic 1023 and above, 444.
So the system should be working in this time.
The system is using java 1.5 - j2se.



**The problem:**
The process is going fine until he want's to download the main jar file which called erp.jar.
In this time when he want's to download it. it shows an exception that tells it couldn't be able to launch the file,
and i also think there is a null parameter in this time.

is there anyone who can help me with this??
I have tried alot of way to fix it and i really don't know what to do.


Thank's!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 15 2008
Added on Jul 27 2008
6 comments
872 views