Just written my first java program: $ java HelloWorld
Hello, World

$ ls HelloWorld.*
HelloWorld.class  HelloWorld.java

Thanks.

$ du -sh OpenJDK-1.7.0.40-2.4.1-i686-bin
499M    OpenJDK-1.7.0.40-2.4.1-i686-bin

$ du -sh OpenJDK-1.7.0.40-2.4.1-x86_64-bin
421M    OpenJDK-1.7.0.40-2.4.1-x86_64-bin

Please, check the attached diff.



-- 
[]s,
Fernando
diff -Naur trunk/BOOK/general/prog/java.xml trunk/BOOK/general/prog/java.xml
--- trunk/BOOK/general/prog/java.xml	2013-07-16 19:37:51.065469954 -0300
+++ trunk/BOOK/general/prog/java.xml	2013-07-16 19:58:29.730213224 -0300
@@ -6,14 +6,14 @@
 
   <!ENTITY anduin-download             "http://anduin.linuxfromscratch.org/files/BLFS/OpenJDK-&openjdk-version;";>
   <!ENTITY openjdk-download-binary-x86 "&anduin-download;/OpenJDK-&openjdk-version;-i686-bin.tar.xz">
-  <!ENTITY openjdk-bin-md5sum-x86      "099f50edbd6b0f83b746c907032d5c">
+  <!ENTITY openjdk-bin-md5sum-x86      "5a099f50edbd6b0f83b746c907032d5c">
   <!ENTITY openjdk-bin-size-x86        "163 MB">
-  <!ENTITY openjdk-bin-buildsize-x86   "464 MB">
+  <!ENTITY openjdk-bin-buildsize-x86   "499 MB">
 
   <!ENTITY openjdk-download-binary-x64 "&anduin-download;/OpenJDK-&openjdk-version;-x86_64-bin.tar.xz">
   <!ENTITY openjdk-bin-md5sum-x64      "506ca98b2f4064c350ee08ab8f8f5416">
   <!ENTITY openjdk-bin-size-x64        "146 MB">
-  <!ENTITY openjdk-bin-buildsize-x64   "358 MB">
+  <!ENTITY openjdk-bin-buildsize-x64   "421 MB">
 
 ]>
 
@@ -59,9 +59,9 @@
   file.  These act as library files.</para>
 
   <para>The JVM can search for and use classes in jar files automatically.  It
-  uses the <envar>CLASSPATH</envar> envronment variable to search for jar files.
-  This a a standard list of colon-separated directory namesi similar to
-  the <envar>PATH</envar> envronment variable.</para>
+  uses the <envar>CLASSPATH</envar> environment variable to search for jar files.
+  This is a standard list of colon-separated directory names similar to
+  the <envar>PATH</envar> environment variable.</para>
  
   &lfs73_checked;
 
@@ -112,7 +112,7 @@
     </itemizedlist>
  
     <para>Begin by extracting the appropriate binary tarball for your
-    architeciture and changing to the extracted directory. Install the binary
+    architecture and changing to the extracted directory. Install the binary
     <application>OpenJDK</application> with the following commands as the
     <systemitem class="username">root</systemitem> user:</para>
 
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to