Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Window xp and java 8 [closed]

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!

like image 203
Nguyen Nguyen Phuoc Avatar asked Dec 06 '22 14:12

Nguyen Nguyen Phuoc


1 Answers

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

like image 196
Andrei Krasutski Avatar answered Jan 03 '23 11:01

Andrei Krasutski