-
Notifications
You must be signed in to change notification settings - Fork 83
Description
Trying to use the webstart.jnlp fails as it appears to pointing to resources to the old google.code repository so instead I tried to use the launch_local.jnlp as I have it saved locally to my machine.
However this also is failing as its unable to find file 'javaemvreader-0.0.1-SNAPSHOT-full.jar'. The "target" folder doesnt actually exist and a quick search within the root directory of EMV also doesn't show where this SNAPSHOT-full.jar is located.
Is there another path I need to update the jnlp to lauch to?
Error output below:-
com.sun.deploy.net.FailedDownloadException: Unable to load resource: file:/C:/Users/xxxxxx/Downloads/javaemvreader-master/javaemvreader-master/target/javaemvreader-0.0.1-SNAPSHOT-full.jar
at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
at com.sun.deploy.net.DownloadEngine.downloadResource(Unknown Source)
at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)