窗口 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
Window xp and java 8
提问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 8
on 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.msi
would 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
:
P.S. If I helped press the up button
PS如果我帮助按下向上按钮
回答by Eugene
回答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,您可以选择以下选项(即使用于商业用途也是免费的):
- https://aws.amazon.com/corretto- sponsored by Amazon
- https://github.com/ojdkbuild/ojdkbuild- sponsored by Red Hat
- https://www.azul.com/downloads/zulu- sponsored by Azul Systems
- and more... https://github.com/akullpp/awesome-java#jvm-and-jdk
- https://aws.amazon.com/corretto- 由亚马逊赞助
- https://github.com/ojdkbuild/ojdkbuild- 由红帽赞助
- https://www.azul.com/downloads/zulu- 由 Azul Systems 赞助
- 还有更多... https://github.com/akullpp/awesome-java#jvm-and-jdk