]> git.sven.stormbind.net Git - sven/java-package.git/blob - debian/README.Debian
Add typical usage to README.debian file
[sven/java-package.git] / debian / README.Debian
1 java-package
2 ------------
3
4 This package can be used to install various non-free external Java packages
5 under Debian.
6
7 Please note that Debian recommends the use of openjdk-6-jdk/openjdk-6-jre
8 or openjdk-7-jdk/openjdk-7-jre.
9
10 It includes the 'make-jpkg' command to do this, see 'man make-jpkg' for more
11 information about generating java packages.
12
13 Typical usage consists in
14 - downloading one of the java binary archive listed below
15 - invoking make-jpkg to build a Debian package from the downloaded archive
16 - installing the generated package
17
18 Supported packages currently include:
19
20  * Oracle :
21    - The J2SE Development Kit (JDK), version 6 (update >= 10), 7
22    - The J2SE Runtime Environment (JRE), version 6 (update >= 10), 7
23    - The J2SE API Javadoc, version 6 (update >= 10), 7
24
25    Download: 
26    http://www.oracle.com/technetwork/java/javase/downloads
27    
28    (Choose tar.gz archives, i586 or amd64, do _not_ choose the RPM!)
29
30 All other previously supported jvm (Blackdown, IBM, ..) have been removed and
31 will only be added back on users demand.
32
33  -- Cédric Pineau <cedric.pineau@gmail.com>  Thu, 22 Dec 2011 11:42:13 +0100