Application does not show up in the manager console -- Java Web Start
Hi...
I have downloaded the jnlp file so many times but still the aplcation is not displayed in the JWS manager console.
This my jnlp file : -
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://2m6:8100/jws/" href="ChatApplication.jnlp">
<information>
<title>Chat Trial</title>
<vendor>SAI</vendor>
<description>Just an example</description>
<icon href="images/icon.gif"/>
</information>
<security>
<all-permissions />
</security>
<resources>
<j2se version="1.3"/>
<jar href="chatapplication.jar"/>
</resources>
<application-desc main-class="ChatImpl"/>
</jnlp>
Can anyone give me any suggestions? They are welcome.
-Sid

