Java Web Start unable to load resource

683 Views Asked by At

I am trying out a Simple Java Web Start project based on the Oracle Tutorial. I am using maven to package it as a webapp and deploy it to WildFly 8.1. The full source code is available here

https://github.com/KiranMohan/dynamic-tree-javaws-sample-project

The jnlp file and the deployed jar can be found here

https://github.com/KiranMohan/dynamic-tree-javaws-sample-project/tree/master/dynamic-tree-javaws-webapp/src/main/webapp

The .war file is deployed successfully and the jnlp file is successfully launched from http://localhost:8080/dynamic-tree-javaws-webapp. However javaws throws the below error and exits.

Unable to load resource: http://localhost:8080/dynamic-tree-javaws-webapp/dynamic-tree-lib.jar

The wrapped exception is FileNotFoundException.

Please let me know what I am doing wrong.

0

There are 0 best solutions below