File: getting_java.sgml

package info (click to toggle)
artemis 16.0.0%2Bdfsg-4~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 17,092 kB
  • sloc: java: 129,622; sh: 3,225; xml: 2,074; makefile: 185; perl: 83; sql: 47
file content (32 lines) | stat: -rw-r--r-- 1,024 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<SECT2 ID="INSTALLINGJAVA">
  <TITLE>Installing Java</TITLE>
  <PARA>
Before installing &prog; you will need to make sure you have Java installed.
  </PARA>
  <ITEMIZEDLIST>
    <LISTITEM>
      <PARA>
Linux, UNIX users should get the current Java version from the <ULINK
URL="http://www.java.com/">Oracle</ULINK>.
      </PARA>
    </LISTITEM>
    <LISTITEM>
      <PARA>
Windows users should get latest stable release from <ULINK
URL="http://www.java.com/">Java version</ULINK> 
from Oracle.
On some versions of Windows (such as Windows 2000) you will need be have
administrator privileges for your machine to successfully install Java.
      </PARA>
    </LISTITEM>
    <LISTITEM>
      <PARA>
Macintosh users with MacOS X should have Java installed. You can get the 
latest Java 1.6 version from Apple.

Java 7 for Intel Mac running Mac OSX 10.7.3 or above can be downloaded from 
<ULINK URL="http://www.java.com/en/download/help/mac_install.xml">Oracle</ULINK>.
      </PARA>
    </LISTITEM>
  </ITEMIZEDLIST>
</SECT2>