Skip to content

Commit 38492fd

Browse files
authored
Fix classpath in README example for running examples
Update classpath in README example to reflect new structure.
1 parent 698c939 commit 38492fd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ To try the examples from this README, build the project and run the standalone e
2626

2727
```bash
2828
./mvnw package
29-
java -cp ./json-java21/target/java.util.json-*.jar:./json-java21/target/test-classes \
30-
jdk.sandbox.java.util.json.examples.ReadmeExamples
29+
java -cp ./json-java21/target/test-classes/:./json-java21/target/classes/ jdk.sandbox.java.util.json.examples.ReadmeExamples
3130
```
3231

3332
*Replace `*` with the actual version number from the JAR filename.*

0 commit comments

Comments
 (0)