可移植 Java Web Start 缓存位置
我正在尝试使 java web start 应用程序可移植。它在用户的主目录中存储一些内容,也在缓存中存储一堆内容。我正在使用portableapps.com的便携式java,并且我已经使用-J-Duser.home =“Data”来存储主文件夹stuf,但是如何更改网络缓存,最好更改为名为“cache”的文件夹”在同一目录中。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看此页面。如果您使用的是 Windows,您可以转到 Java 控制面板并以这种方式更改缓存目录。
Take a look at this page. If you are on Windows you can go to the Java Control Panel and change the cache directory that way.