Is JDK8 compatible with Windows XP? [closed]

倾然丶 夕夏残阳落幕 提交于 2020-01-04 08:23:10

问题


I found it is possible to install JDK8 on Windows XP (to avoid install error - we have to change jdk-8u11-windows-i586.exe file with some HEX editor (for example free XVI32) and change string RegDeleteKeyExA with RegDeleteKeyA filling zeros instead two last letters).

But I wonder if the JDK8 will work without further problems - I mean related to various .dll and other files of Windows XP?


回答1:


First link on Google:

Can I install Java 8 on Windows XP?

Java 8 is not supported on Windows XP, and Windows XP users will be unable to install Java 8 on their systems as there are known issues with the installer on Windows XP that prevent it from installing without manual intervention. If you are on Windows XP it is not clear that it is worth updating to Java 8 without also updating the OS.




回答2:


Microsoft doesn't support Windows XP, nor does Oracle.

But it is possible to install it on Windows XP

You can install it but it may or may not work. Even if it works, doesn't mean it is supported.



来源:https://stackoverflow.com/questions/24943927/is-jdk8-compatible-with-windows-xp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!