JDK有增量升级之类的东西吗?
我找不到增量 JDK 升级的方法。这些东西对我来说非常有用,与重新下载整个 JDK (70+ MB)、卸载旧 JDK 版本并安装新版本相比,这将是一个很大的缓解痛苦的方法。
我有什么遗漏的吗?
I can not find a way to do incremental JDK upgrades. Such things are very useful to me and would be a great pain saver compared to downloading the entire JDK over again (70+ MB) uninstalling the old JDK version and installing the new one.
Is there something I am missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,Oracle(“标准”)JDK 发行版没有增量升级。
自 Java 6 以来,JRE 具有最小的本地安装,可以在需要时加载更多库。
这始终是 Sun 的分发模式,安装最后一个并禁用旧的。然后,用户有时必须卸载旧版本以释放空间。
AFAIK there is no incremental upgrade for the Oracle ("Standard") JDK distribution.
The JRE since Java 6 has a minimal local instalation that loads more libs when requiered.
This was always the distribution model of Sun, to install the last one and leave the old one disabled. Then from time to time user must uninstall the old versions to free up space.