Fixed typo in jar command

This commit is contained in:
Eric Scharff 2008-02-21 08:33:02 -07:00
parent 2019e2d5bb
commit 685485abb5

View File

@ -81,7 +81,7 @@ public class Hello {
}
EOF
$ javac -bootclasspath boot.jar Hello.java
$ jar c0f boot.jar Hello.class
$ jar u0f boot.jar Hello.class
Step 3: Make an object file out of the jar.