开发者

Is there such a thing as JDK incremental upgrades?

开发者 https://www.devze.com 2023-01-28 05:32 出处:网络
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 com开发者_JS百科pared to downloading the entire JDK over again (70+ MB) uninstall

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 com开发者_JS百科pared 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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消