自动清除 Java Web Start 缓存

发布于 2024-08-24 04:25:35 字数 127 浏览 5 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

橘虞初梦 2024-08-31 04:25:35

不是以可靠的方式。

我们发现为每个项目设置唯一的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文