mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
update readme.txt to point to new classpath.jar path
This commit is contained in:
parent
9c603c6525
commit
ec6080fea6
@ -390,7 +390,7 @@ Step 2: Create a stage1 directory and extract the contents of the
|
||||
class library jar into it.
|
||||
|
||||
$ mkdir stage1
|
||||
$ (cd stage1 && jar xf ../../build/classpath.jar)
|
||||
$ (cd stage1 && jar xf ../../build/${platform}-${arch}/classpath.jar)
|
||||
|
||||
Step 3: Build the Java code and add it to stage1.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user