自动清除 Java Web Start 缓存
我有一个 Java Web Start 应用程序。我指定资源(jar、图像等)版本,并在每次有新版本时进行更改。不幸的是,有时当有新版本时,资源并不总是更新。
是否有任何自动(可能包含在应用程序中)的方法来清除网络启动缓存?
I have a Java Web Start application. I specify the resource (jars, images, etc) version and change every time there is a new version. Unfortunately sometimes the resources are not always updated when there is a new version.
Is there any automated (possibly include in the application) way of clearing the web start cache?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不是以可靠的方式。
我们发现为每个项目设置唯一的 URL 有很大帮助。换句话说,部署到“foo/20100310/main.jar”等并相应地更新 JNLP 文件。
Not in a reliable way.
We have found that making the URL unique for each item helps a lot. In other words deploy to "foo/20100310/main.jar" etc and update the JNLP file accordingly.