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!

Can't get JNLP file to work

905230Dec 14 2011 — edited Dec 15 2011
Hi,

We have a jnlp file, that works absolutely fine when we are on the company network.
As soon as i log on at home, to open the file, it will not run. I have tried several things. But it is still not working. Please let me know if I can solve this.
When I try to login from home on the home network, its says it asks me for lotts information and does proceed further. Below is the JNLP code. Please let me know if this is correct.

<?xml version="1.0" encoding="UTF-8"?>
<jnlp codebase="https://extranet.xxxxxxxx.com/xx"
href="https://extranet.xxxxxxxx.com/xx/example/launch_xxxx.jnlp ">
<information>
<title>Chanel dashboard</title>
<vendor>MEC</vendor>
<homepage href="https://extranet.xxxxxx.com/xxxxxxxxx/Pages/"/>
<description>Interactive data visualisation</description>
<icon href="https://extranet.xxxxxxxx.com/Oxxxxxxxx/PublishingImages/webstart.png"/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<property name="jnlp.packEnabled" value="true"/>
<j2se initial-heap-size="64m" max-heap-size="300m" version="1.6+"/>
<j2se initial-heap-size="64m" max-heap-size="300m" version="1.5+"/>
<jar href="http://groupm.vo.llnwd.net/o21/u/omni/xxxxxxx.jar "/>
</resources>
<application-desc main-class="Start">
<argument>https://extranet.xxxxxxx.com/xx/xxxxx.iok</argument>
</application-desc>
</jnlp>


I have changed the extranet locations .
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 12 2012
Added on Dec 14 2011
8 comments
1,414 views