Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update details concerning Java and JDK supplier

...

Multiexcerpt include
MultiExcerptNameoperating-ysystem
PageWithExcerptINCL:_certified stack common snippets

Java

Include Page
INCL:_about JDK, JRE, et al.
INCL:_about JDK, JRE, et al
You need a Java Development Kit (JDK) or a Java Runtime Environment (JRE) on your system to run Magnolia and the Tomcat application server that ships with the bundle. JRE is an implementation of the Java Virtual Machine which executes Java programs. JDK is a bundle of software that you can use to develop Java based applications. If you plan to write your own Java code get the JDK. If you just want to run Magnolia then JRE is sufficient
.

Magnolia releases run on the active Java version at the time of the first release.


Java SE 8Java SE 7Java SE 6Java SE 5
Magnolia 5.6(tick)(error)(error)(error)

Java and JDK here refers to Oracle Java releases. Please see also Oracle's page Oracle Java SE Support Roadmap.

Include Page
INCL:_about JDK suppliers
INCL:_about JDK suppliers
While OpenJDK/IcedTea in general works, it is known to fail to produce correct results in certain corner cases.

On Mac OS X we recommend that you use Java SE 8 update 20+. Earlier Java SE versions have an issue that manifests during activation and can bring the Java virtual machine down with a segmentation fault. This issue occurs in environments where certain versions of OS X, Java and Tomcat application server are present. See Problematic environments

...