Magnolia 4.5 reached end of life on June 30, 2016. This branch is no longer supported, see End-of-life policy.
The Eclipse IDE (Integrated Development Environment) provides a platform for developing Java applications. You can also use other Java IDEs such as IntelliJ IDEA.
To install Eclipse:
C:\Program Files\Eclipse
.You need the Egit plugin to get Magnolia source code in Eclipse. See the instructions on our wiki.
If you are using an older version of Eclipse, you may require the following:
If either of the following errors occur, you need to modify eclipse.ini
in the Eclipse directory.
"A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No Java virtual machine was found after searching the following locations."
"The Maven Integration requires that Eclipse be running in a JDK, because a number of Maven core plugins are using JARs from the JDK."
To modify eclipse.ini:
eclipse.ini
in a text editor.JDKlocation
is the location of javaw.exe
in the JDK: -vm JDKlocation