哪个JDK版本将支持windows xp?我在windows xp service pack 2 32位上安装了android studio,它要求安装jdk。我还下载了jdk 8u5 windows i586版。当打开exe文件时,我得到一个错误信息。这是错误:
The procedure entry point RegDeleteKeyExA could not be located in the dynamic link library ADVAPI32.dll发布于 2014-06-27 17:24:32
Oracle已放弃对windows xp的支持。
来自Oracle page
有关详细信息,请参阅Oracle软件技术支持政策中的第三方供应商特定支持条款。
尽管java二进制文件是兼容的,但安装程序却不兼容。您可以使用较早的java版本,如JDK7或6,也可以尝试this link中给出的步骤。
你可以通过截图here找到很好的分步解决方案。
发布于 2014-06-27 17:21:32
Windows XP支持JDK 7。
JDK8的安装程序不允许在WinXP上安装JDK8。但据我所知,如果是you install it,在WinXP上运行JDK8没有技术问题。
发布于 2014-06-27 17:22:40
请参阅Oracle提供的以下说明:
Note: As of April 8, 2014 Microsoft stopped supporting Windows XP and therefore it is no longer a supported platform. See Third Party Vendor-Specific Support Terms on Oracle Software Technical Support Policies for details
另请参阅:Oracle Java
https://stackoverflow.com/questions/24448201
复制相似问题