File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ run Java code directly without making their lives difficult the moment they want
1414``` shell
1515$ jpm install com.github.lalyos:jfiglet:0.0.9
1616Artifacts new: 1, updated: 0, deleted: 0
17- $ javac -cp deps/* HelloWorld.java
17+ $ java -cp deps/* HelloWorld.java
1818 _ _ _ _ __ __ _ _ _
1919 | | | | ___| | | ___ \ \ / /__ _ __| | __| | |
2020 | | _| | / _ \ | | / _ \ \ \ /\ / / _ \| ' __| |/ _` | |
@@ -71,7 +71,7 @@ As you can see `jpm` has created a `deps` directory and copied the JFigletFont l
7171We can now simply run the program like this (using Java 11 or newer):
7272
7373```shell
74- $ javac -cp deps/* HelloWorld.java
74+ $ java -cp deps/* HelloWorld.java
7575 _ _ _ _ __ __ _ _ _
7676 | | | | ___| | | ___ \ \ / /__ _ __| | __| | |
7777 | |_| |/ _ \ | |/ _ \ \ \ /\ / / _ \| ' __| | / _` | |
You can’t perform that action at this time.
0 commit comments