tags:

views:

14

answers:

0

I'm trying to make a java web start application portable. It stores some stuff in the user's home directory, and also a bunch of stuff in the cache. I'm using portableapps.com's portable java, and I've got it to store the home folder stuf using -J-Duser.home="Data", but how do I change the web cache, preferrably to a folder called "cache" in the same directory.