mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
Fixed typo in jar command
This commit is contained in:
parent
2019e2d5bb
commit
685485abb5
@ -81,7 +81,7 @@ public class Hello {
|
|||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
$ javac -bootclasspath boot.jar Hello.java
|
$ 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.
|
Step 3: Make an object file out of the jar.
|
||||||
|
Loading…
Reference in New Issue
Block a user