com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://sites.google.com/space invaders.jar
at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
at com.sun.javaws.Launcher.downloadResources(Unknown Source)
at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
that is the exception I am getting when I run my jnlp.
here is the code I have so far:
<?xml version="1.0" encoding="utf-8"?>
space invaders
games unknown
a new twist to space invaders
kill them all!!
Oh yeah and btw the error you have always happens. I dotn know why. it still works though.
does the game work for you?
also so that there is now more confusion it tells you to press any key to continue.
Thanks for fast reply.
EDIT: I know the problem, it is looking for space invaders.jar it should be looking for spaceinvaders.jar. only problem is that when I edit the file it does not change. it is like a glitch or something.
2nd EDIT: nvm I got it working. but how do you sign it. I am going ot mess around witht eh stuff the tutorail says. I will delet this post if it works.