Initial import of the Guide contributed to the project byRobert Kraske. Was originall...
[phpeclipse.git] / net.sourceforge.phpeclipse.help / docbook-src / guide / src / en / user-manual / install_java.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- jEdit buffer-local properties: -->
3 <!-- :indentSize=2:noTabs=true: -->
4 <!-- :xml.root=docmaster.xml: -->
5
6 <sect1 id="sec.install_java">
7   <title>Installing <application>Java</application></title>
8   <para>
9     <indexterm><primary>Java</primary></indexterm>
10     <indexterm><primary>install</primary><secondary>Java</secondary></indexterm>
11     The Java Runtime Environment (JRE) is used to run all programs written in the Java programming language. Java 2 is required to run both &eclipse; and &phpeclipse;. Chances are that you will already have this installed. If not, or if you are not sure, visit Sun's <ulink url="http://java.com/en/download">Java Download Site</ulink>, which will provide you with what you need (or inform you if you already have Java 2) for any operating system.
12   </para>
13
14   <para>
15     If you are using a platform with it's own software management system (such as many linux distributions), you may wish to use your package management system to install Java rather than the Sun download site.
16   </para>
17
18   <para>
19     Third party Java Runtime Environments (such as <ulink url="http://www.blackdown.org">Blackdown</ulink>) are also available, and may well run this software. Feedback on this is welcome. Our current experience is that Blackdown will not successfully run Eclipse (under Gentoo Linux, Nov 2004).
20   </para>
21
22 </sect1>