Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Index.php?title=PTP/installjava"

(New page: === Installing Java for use with Eclipse === * Eclipse needs at least a Java Runtime Engine (JRE) to function. ** You need the Sun or IBM versions of Java (not Linux's GCJ) ** See [http://...)
 
(Installing Java for use with Eclipse)
 
Line 2: Line 2:
 
* Eclipse needs at least a Java Runtime Engine (JRE) to function.
 
* Eclipse needs at least a Java Runtime Engine (JRE) to function.
 
** You need the Sun or IBM versions of Java (not Linux's GCJ)
 
** You need the Sun or IBM versions of Java (not Linux's GCJ)
 +
** Java 1.5 or higher is needed.  (Note that "Java 1.5" is the same as "JRE 5.0")
 
** See [http://wiki.eclipse.org/FAQ_Where_do_I_get_and_install_Eclipse%3F Eclipse installation FAQ] under "Installing Java" for more information.   
 
** See [http://wiki.eclipse.org/FAQ_Where_do_I_get_and_install_Eclipse%3F Eclipse installation FAQ] under "Installing Java" for more information.   
 
** Quick link: [http://www.oracle.com/technetwork/java/javase/downloads/index-jdk5-jsp-142662.html JRE 5.0] will probably work fine.
 
** Quick link: [http://www.oracle.com/technetwork/java/javase/downloads/index-jdk5-jsp-142662.html JRE 5.0] will probably work fine.

Latest revision as of 16:25, 18 October 2010

Installing Java for use with Eclipse

  • Eclipse needs at least a Java Runtime Engine (JRE) to function.
    • You need the Sun or IBM versions of Java (not Linux's GCJ)
    • Java 1.5 or higher is needed. (Note that "Java 1.5" is the same as "JRE 5.0")
    • See Eclipse installation FAQ under "Installing Java" for more information.
    • Quick link: JRE 5.0 will probably work fine.

Back to the top