Hashim Hamdan
Hashim Hamdan

Reputation: 31

Which Jdk version will support windows xp

Which JDK version will support windows xp? I am installed android studio on windows xp service pack 2 32bit, and it asks for jdk. i am also downloaded jdk 8u5 windows i586 version. While opening the exe file i am getting an error message . This is error :

 The procedure entry point RegDeleteKeyExA could not be located in the dynamic link    library ADVAPI32.dll

Upvotes: 2

Views: 10527

Answers (3)

Aniket Thakur
Aniket Thakur

Reputation: 68935

Oracle has dropped support for windows xp.

From Oracle page

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.

Even though the java binaries are compatible the installer is not. You can either use an older java version like JDK 7 or 6 or you may try step given in this link.

You can find good step by step solution with screenshot here.

Upvotes: 1

Rong Nguyen
Rong Nguyen

Reputation: 4189

You can try JDK 6 or JDK 7.

See this note from 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

See also: Oracle Java

Upvotes: 0

user784540
user784540

Reputation:

JDK 7 is supported on Windows XP.

Installer of JDK8 does not allow JDK8 to be installed on WinXP. But as far as I know there's no technical problem to run JDK8 on WinXP if you install it.

Upvotes: 1

Related Questions