简体   繁体   English

Windows和Linux中是否预装了Java?

[英]Java pre-installed in Windows and Linux?

我知道Java已预装在Mac OS X中,但我想知道它是否已预装在Windows XP,Vista,7和所有Linux发行版中吗?

Java isn't preinstalled in any Windows version (OEM not included - depends on the manufacturer then). 没有在任何Windows版本中预安装Java(不包括OEM-然后取决于制造商)。

I think it is not common in Linux distributions at all, but I don't want to make a general statement about ALL distros here ;-) 我认为这在Linux发行版中根本不常见,但是我不想在这里对所有发行版进行一般性陈述;-)

Fedora Linux附带了开源Java IcedTea

Some Linux versions I experienced comes with old versions of Java JDK (so you must take care developing for these distributions!) or with an alternative version of the compiler: Gnu Compiler Java (GCJ). 我遇到的某些Linux版本是Java JDK的旧版本附带的(因此您必须小心开发这些发行版!)或编译器的替代版本:Gnu Compiler Java(GCJ)。

About the virtual machine, I've just seen the JVM in Windows and Linux, provided by Sun. 关于虚拟机,我刚刚看过Sun提供的Windows和Linux中的JVM。

I understand that the vast majority of PCs come with the Sun JRE installed. 我知道绝大多数PC都装有Sun JRE。 There was a bit of a law suite between Microsoft and Sun (my employer, now a wholly owned subsidiary of Oracle). 微软和Sun(我的雇主,现在是Oracle的全资子公司)之间存在一些法律诉讼。

The "6-open" OpenJDK is a backport of the GPLed JDK7. “ 6-open” OpenJDK是GPLed JDK7的反向端口。 General purpose distros should include it, but of course with Linux you are fighting with package management. 通用发行版应该包括它,但是对于Linux,您当然要与软件包管理作斗争。

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

相关问题 Java OS是否预先安装在MAC OSX上? - Is Java runtime pre-installed on MAC OSX? 带有预安装插件的STS - STS with pre-installed plugins Mac OS X上预安装的Maven提供了java.lang.ClassNotFoundException - Pre-installed Maven on Mac OS X gives java.lang.ClassNotFoundException 创建一个包含预安装的Spring Boot依赖项的Docker映像 - Create a docker image contains pre-installed spring boot dependencies MicrosoftWebDriver.exe 应预安装在提升的命令提示符中 - MicrosoftWebDriver.exe should be pre-installed in an elevated command prompt 关于weblogic 10.3.1的jaxws 2.1.5而不是预先安装的jaxws 2.1.1? - jaxws 2.1.5 on weblogic 10.3.1 instead of pre-installed jaxws 2.1.1? 有没有允许无需任何预装驱动程序即可播放视频的框架? (H264) - Is there a framework that allows playing of video without any pre-installed drivers ? (H264) 当我下载JDK时,预装的JRE会怎样? - What happen to my pre-installed JRE when I download a JDK? 有没有办法像编辑已经预装的图标一样更改/编辑导入到 Android Studio 的图标? - Is there a way to change/edit icons imported to Android Studio the same way you can edit the ones that already come pre-installed? 远程 windows 服务器上的 Execute.bat 文件(Java App 安装在 linux 机器上) - Execute .bat file on a remote windows server (Java App installed on linux machine)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM