]> git.sven.stormbind.net Git - sven/java-package.git/blobdiff - make-jpkg.1
Updated the manpages for Java 8
[sven/java-package.git] / make-jpkg.1
index 7d7a91fc54ea4626d334775e518b80a0271b4ab3..9575561410f4cb956c35348021fda40b498200c3 100644 (file)
@@ -30,9 +30,9 @@ distribution FILE.
 .PP
 Supported java binary distributions currently include:
   * Oracle (http://www.oracle.com/technetwork/java/javase/downloads) :
-    - The J2SE Development Kit (JDK), version 6 and 7
-    - The J2SE Runtime Environment (JRE), version 6 and 7
-    - The J2SE API Javadoc, version 6 and 7
+    - The Java Development Kit (JDK), version 6, 7 and 8
+    - The Java Runtime Environment (JRE), version 6, 7 and 8
+    - The Java API Javadoc, version 6, 7 and 8
   (Choose tar.gz archives or self-extracting archives, do _not_ choose the RPM!)
 .PP
 The following options are recognized:
@@ -55,7 +55,7 @@ display help text and exit
 .B --version
 output version information and exit
 .PP
-Download a supported Java RE or SDK or API tar.gz or self-extracting archive from
+Download a supported JRE, JDK, API tar.gz or self-extracting archive from
 .B http://www.oracle.com/technetwork/java/javase/downloads
 and execute
 .B make-jpkg
@@ -76,11 +76,11 @@ make-jpkg <path_to_download_directory>/jdk-7u2-linux-x64.tar.gz
 .PP
 This generate a Debian package in the current directory, that can be installed using dpkg:
 .IP
-dpkg -i oracle-j2sdk1.7_1.7.0+update2_amd64.deb
+dpkg \-i oracle-java7-jdk_7u2_amd64.deb
 .PP
 When you're done, you can delete initial download as well as generated package:
 .IP
-rm <path_to_download_directory>/jdk-7u2-linux-x64.tar.gz oracle-j2sdk1.7_1.7.0+update2_amd64.deb
+rm <path_to_download_directory>/jdk-7u2-linux-x64.tar.gz oracle-java7-jdk_7u2_amd64.deb
 .PP
 .SH ENVIRONMENT
 .TP