How might I go about running a JNLP app on a machine that has no Internet access? Is there a way to copy the app's files from a machine where the app has already been downloaded and run?
+2
A:
A better solution is to request a .jar file download that you can run with java -jar program.jar
because the files that are stored after the launch of the .jnlp isn't really "readable", you will find that resources and classes names are somewhat obfuscated.
Bakkal
2010-04-16 19:41:19
I got curious and looked for them , they are stored in {USER_HOME}\AppData\LocalLow\Sun\Java\Deployment
Lucass
2010-04-16 21:45:11