窗口 xp 和 java 8

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/44401911/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-11-03 08:09:26  来源:igfitidea点击:

Window xp and java 8

javajava-8windows-xp

提问by Nguyen Nguyen Phuoc

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!

我正在通过 java 8 制作一个项目,但我对 windows xp 也可以运行 java 8 项目感到困惑,而且我不知道我是否使用了 java 8 的新资源,它在 windows xp 中是否可以像在 windows 10 中一样工作? =)),谢谢!

回答by Andrei Krasutski

To install Java 8on Windows XP, this will help the team TechyGeeksHome. You need the Microsoft Windows Installer (MSI). The file name of the installer has one of the following formats:

要安装Java 8在 上Windows XP,这将有助于 TechyGeeksHome 团队。您需要 Microsoft Windows 安装程序 (MSI)。安装程序的文件名具有以下格式之一:

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.msiwould become jre1.8.0_74_x86.msi. You can download here. Other versions look here.

用合适的版本号代替版本。例如,如果您使用安装程序进行更新1.8.0_74,则文件名:jre-version-x86.msi将变为jre1.8.0_74_x86.msi. 你可以在这里下载。其他版本请看这里

Here the screenshots from Windows XP: enter image description here

这里的截图来自Windows XP在此处输入图片说明

Java 8u131: enter image description here

Java 8u131: 在此处输入图片说明

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

工作JavaFX 8Windows XP在此处输入图片说明在此处输入图片说明

P.S. If I helped press the up button

PS如果我帮助按下向上按钮

回答by Eugene

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

支持的平台是在这里windows XP不存在那里。我不会冒险,因为热点很可能依赖于可能不存在的系统调用xp

回答by Are Butuv

Oracle Java is not free for commercial usage anymore.

Oracle Java 不再免费用于商业用途。

These days with OpenJDK you have these options (free even for commercial usage):

现在使用 OpenJDK,您可以选择以下选项(即使用于商业用途也是免费的):