views:

59

answers:

2

Can't locate stored files, but they seem to be downloaded only for the first time i run JNLP file. I'm on Mac OS X 10.6.

+4  A: 

On my linux machine it is downloaded in the temporary folder '/tmp'.

if you need to uninstall (all) the cached application(s), call:

javaws -uninstall

or

javaws -uninstall <jnlp-file>
Pierre
+1  A: 

It is configurable in the Java Preferences utility program.

For me it is in /Users/me/Library/Caches/Java/cache

Thorbjørn Ravn Andersen