Window xp and java 8

25,560

Solution 1

To install Java 8 on Windows XP you need the Microsoft Windows Installer (MSI). The file name of the installer has one of the following formats:

jre-version-x86.msi (for Windows XP 32-bit systems)

jre-version-x64.msi (for Windows XP 64-bit systems)

Substitute the appropriate version number for version. For example, if you using the installer for update 1.8.0_74, the file name: jre-version-x86.msi would become jre1.8.0_74_x86.msi. You can download here. Other versions look here.

Here the screenshots from Windows XP: enter image description here

Java 8u131: enter image description here

Work JavaFX 8 on Windows XP: enter image description here enter image description here

Solution 2

The supported platforms are here and windows XP is not present there. I would not risk it as hotspot most probably relies on system calls that might not be present in xp

Share:
25,560
Nguyen Nguyen Phuoc
Author by

Nguyen Nguyen Phuoc

Updated on October 01, 2020

Comments

  • Nguyen Nguyen Phuoc
    Nguyen Nguyen Phuoc over 3 years

    I am making a project by java 8 but I'm confusing about can window xp run java 8 project as well, and I don't know if I use new resources of java 8, will it work in window xp like work in window 10? =)), Thanks!