From 243e8021cad8ebbb7edd51ab9b3c4b3620749b65 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Tue, 19 Feb 2008 19:17:15 -0700 Subject: [PATCH] fix an error in the embedding instructions --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index b6f2f549d0..8bf2855b4a 100644 --- a/readme.txt +++ b/readme.txt @@ -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.