Rubis wrote:I'm pretty sure there is a way to run it from cache
To run locally (offline):
Create a folder for the application and in this folder:-
Download install.jnlp
Now download all the href (zip) resources as required in this file.
Rename these resources from *.zip to *.jar
Copy the downloaded install.jnlp as Offline.jnlp
In Offline.jnlp replace
codebase="http://www.megadrum.info/configtool/"
href="install.jnlp">
with
codebase="file:\\\<FULL PATH TO APPLICATION FOLDER>">
<offline-allowed/>
*** Replace <FULL PATH TO APPLICATION FOLDER>
Launch the app using Offline.jnlp.
Done!
To fix error: The current user does not have write access to the cache.
javaws.exe -viewer
Close the cache viewer.
On the General TAB select Temporary Internet Files->Settings and change
the cache location.
Can also use javaws to uninstall the app and clear the cache.