fix an error in the embedding instructions

This commit is contained in:
Joel Dice 2008-02-19 19:17:15 -07:00
parent 2f1bdfeb27
commit 243e8021ca

View File

@ -62,7 +62,7 @@ VM object files and bootstrap classpath jar.
$ mkdir hello
$ cd hello
$ ar x ../build/${platform}-${arch}-${process}-${mode}/libavian.a
$ cp ../build/classpath.jar hello/boot.jar
$ cp ../build/classpath.jar boot.jar
Step 2: Build the Java code and add it to the jar.