简体   繁体   English

Java 8 支持的最古老的操作系统是什么?

[英]What's the oldest OS Java 8 supports?

I'm writing some software in Java 8 and I want to know how to write the minimum requirements for the product page, so its users know if it'll work for them before they try to use it.我正在用 Java 8 编写一些软件,我想知道如何编写产品页面的最低要求,以便其用户在尝试使用它之前就知道它是否适合他们。

For example, I know Java was, at some point, supported on Windows XP and OS X Lion, but I'm not sure about older versions of those, or the oldest Linux (shell?) version that supports it.例如,我知道在某些时候,Windows XP 和 OS X Lion 支持 Java,但我不确定它们的旧版本,或者支持它的最旧的 Linux(shell?)版本。

Also, I suspect there are other reasons I shouldn't try to make my software support these OSs, and if those reasons are specific to running Java 8 on them, I'm all ears!此外,我怀疑还有其他原因我不应该尝试让我的软件支持这些操作系统,如果这些原因是特定于在它们上运行 Java 8,我全听!

What are the oldest operating systems that my Java 8 SE software will run on?我的 Java 8 SE 软件将在哪些最古老的操作系统上运行?

It should run on any OS that support Java 8. According to Oracle , Minimum requirements as follows.它应该可以在任何支持 Java 8 的操作系统上运行。根据Oracle ,最低要求如下。

Windows视窗

  • Windows 10 (8u51 and above) Windows 10(8u51 及以上)
  • Windows 8.x (Desktop) Windows 8.x(桌面)
  • Windows 7 SP1视窗 7 SP1
  • Windows Vista SP2视窗 Vista SP2
  • Windows Server 2008 R2 SP1 (64-bit) Windows Server 2008 R2 SP1(64 位)
  • Windows Server 2012 and 2012 R2 (64-bit) Windows Server 2012 和 2012 R2(64 位)

( RAM : 128 MB Disk space : 124 MB for JRE; 2 MB for Java Update, Processor : Minimum Pentium 2 266 MHz processor, Browsers : Internet Explorer 9 and above, Firefox) 内存:128 MB磁盘空间:JRE 124 MB;Java 更新 2 MB,处理器:最低 Pentium 2 266 MHz 处理器,浏览器:Internet Explorer 9 及更高版本,Firefox)

Mac OS X Mac OS X

  • Intel-based Mac running Mac OS X 10.8.3+, 10.9+基于 Intel 的 Mac 运行 Mac OS X 10.8.3+、10.9+

(Administrator privileges for installation, 64-bit browser, A 64-bit browser (Safari, for example) is required to run Oracle Java on Mac. ) (安装的管理员权限,64 位浏览器,需要 64 位浏览器(例如 Safari)才能在 Mac 上运行 Oracle Java。)

Linux Linux

  • Oracle Linux 5.5+1甲骨文 Linux 5.5+1
  • Oracle Linux 6.x (32-bit), 6.x (64-bit)2 Oracle Linux 6.x(32 位)、6.x(64 位)2
  • Oracle Linux 7.x (64-bit)2 (8u20 and above) Oracle Linux 7.x(64 位)2(8u20 及更高版本)
  • Red Hat Enterprise Linux 5.5+1, 6.x (32-bit), 6.x (64-bit)2红帽企业 Linux 5.5+1、6.x(32 位)、6.x(64 位)2
  • Red Hat Enterprise Linux 7.x (64-bit)2 (8u20 and above)红帽企业 Linux 7.x(64 位)2(8u20 及以上)
  • Suse Linux Enterprise Server 10 SP2+, 11.x Suse Linux Enterprise Server 10 SP2+, 11.x
  • Suse Linux Enterprise Server 12.x (64-bit)2 (8u31 and above) Suse Linux Enterprise Server 12.x(64 位)2(8u31 及以上)
  • Ubuntu Linux 12.04 LTS, 13.x Ubuntu Linux 12.04 LTS、13.x
  • Ubuntu Linux 14.x (8u25 and above) Ubuntu Linux 14.x(8u25 及以上)
  • Ubuntu Linux 15.04 (8u45 and above) Ubuntu Linux 15.04(8u45 及以上)
  • Ubuntu Linux 15.10 (8u65 and above) Ubuntu Linux 15.10(8u65 及以上)

(Browsers: Firefox ) (浏览器:火狐)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM