I have the below JNLP file. I have created the appropriate folders, when the jnlp file downloads, message the system cannot find the specified path is seen at the console.
I have the jars signed, and placed them under the folder jars/apps/jdo.jar
Could some one help me.
Also, tried launching from the url, it prompts me to open/save the jar file. When I include along with other jars within jars folder, the console throws Unable to load the resource file (jdi.jar)
and paste it into your browser's address bar. When the browser tells you it can't find that resource either, then go to your server and reconfigure things so that the jar is in a folder which can be accessed by the outside world. Change the JNLP file to match.
Ananth Ram
Ranch Hand
Joined: Jan 18, 2001
Posts: 99
posted
0
Thanks, when I relaunch clearing the cache, I am able to access the jars. But when I move the same jar to sub folder, /myapp/jars/apps. Then I get to see the message on the console when I launch JNLP file,
Any pointers on where to look and possible cause of not recognizing the folder.
If you want to find why the server won't server a particular URL, the place to look is... on the server. Make sure the URL is one which the server will actually serve. And make sure the jar file you want it to serve is actually in the right place to be served.
Ananth Ram
Ranch Hand
Joined: Jan 18, 2001
Posts: 99
posted
0
Thanks, used the console to debug the message, included system property webstart/true. All worked fine.