Java Runtime Environment (jre) For Mac
As of 2008-Mar-14, Open Office 2.4.x development versions do appear to recognise the Java Runtime Environment on Leopard successfully. Look for milestone m237 or later. (Ref: 'JRE with Database', Fri, 8 Feb 2008 14:39:16 +0100, Guy Voets ) Base, a Java-dependent part of OOo, apparently works on Leopard using OOo 2.4RC4. Jump to Java Runtime Environment (jre) For Mac - Java Runtime Environment for Mac 2019 – This app was build by Oracle and updated into the.
This article should be checked for accuracy and conformity to style.
Where do I get a Java Runtime Environment (JRE) for Mac OS X 10.5 'Leopard'?
There is currently [Opened: Thu Oct 21 13:52:00 +0000 2010] a Bug reported for those using OpenOffice 3.2.1 with OSXhttp://www.openoffice.org/issues/show_bug.cgi?id=115180
Apple confidently tells you that 'Every version of Mac OS X comes with Java out of the box.' Specifically, Leopard comes with J2SE 5.0 preinstalled, based on JDK 1.5.0_13_b05.
However, Java is structured differently on Leopard than it was on Mac OS X 10.4 'Tiger'. Thus OpenOffice 2.3.x is not able to recognise the JRE on Leopard. As of 2008-Mar-14, the Mac OS X 10.4/5 download page says,
- Please note that the Java features of OpenOffice.org are only available from OpenOffice.org 2.4 (more specifically milestone m237) and later. This means that the Wizards, Base and some other things are unavailable in 2.3.1 or earlier. All other functionality of OpenOffice.org remains on Leopard.
As of 2008-Mar-14, Open Office 2.4.x development versions do appear to recognise the Java Runtime Environment on Leopard successfully. Look for milestone m237 or later. (Ref: 'JRE with Database', Fri, 8 Feb 2008 14:39:16 +0100, Guy Voets) Base, a Java-dependent part of OOo, apparently works on Leopard using OOo 2.4RC4. (Ref: 'Jre on Leopard', Thu, 13 Mar 2008 13:50:23 -0700, Rodney D. Myers). Download development builds from http://ooopackages.good-day.net/pub/OpenOffice.org/MacOSX/ .
JDK 9 & Later
Oracle's OpenJDK JDK binaries for Windows, macOS, and Linux areavailable on release-specific pages of jdk.java.net as .tar.gz
or.zip
archives.
As an example, the archives for JDK 13 may be found on jdk.java.net/13 and may be extractedon the command line using
$ tar xvfopenjdk-13*_bin.tar.gz
or
$ unzipopenjdk-13*_bin.zip
depending on the archive type.
JDK 8
Debian, Ubuntu,etc.
On the command line, type:
$ sudo apt-get installopenjdk-8-jre
The openjdk-8-jre
package containsjust the Java Runtime Environment. If you want to develop Javaprograms then please install the openjdk-8-jdk
package.
Fedora, OracleLinux, Red Hat Enterprise Linux, etc.
On the command line, type:
$ su -c 'yum installjava-1.8.0-openjdk'
The java-1.8.0-openjdk
packagecontains just the Java Runtime Environment. If you want to developJava programs then install the java-1.8.0-openjdk-devel
package.
JDK 7
Debian, Ubuntu,etc.
Outlook for mac randomly goes in offline mode. On the command line, type:
$ sudo apt-get installopenjdk-7-jre
The openjdk-7-jre
package containsjust the Java Runtime Environment. If you want to develop Javaprograms then install the openjdk-7-jdk
package.
Fedora, OracleLinux, Red Hat Enterprise Linux, etc.
On the command line, type:
$ su -c 'yum installjava-1.7.0-openjdk'
The java-1.7.0-openjdk
packagecontains just the Java Runtime Environment. If you want to developJava programs then install the java-1.7.0-openjdk-devel
package.
JDK 6
Debian, Ubuntu,etc.
On the command line, type:
$ sudo apt-get installopenjdk-6-jre
The openjdk-6-jre
package containsjust the Java Runtime Environment. If you want to develop Javaprograms then install the openjdk-6-jdk
package.
Fedora, OracleLinux, Red Hat Enterprise Linux, etc.
On the command line, type:
$ su -c 'yum installjava-1.6.0-openjdk'
The java-1.6.0-openjdk
packagecontains just the Java Runtime Environment. If you want to developJava programs then install the java-1.6.0-openjdk-devel
package.
BSD Port
For a list of pointers to packages of the BSD Port forDragonFly BSD, FreeBSD, Mac OS X, NetBSD and OpenBSD, please seethe BSD porting Project's wikipage.