We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698c939 commit 38492fdCopy full SHA for 38492fd
1 file changed
README.md
@@ -26,8 +26,7 @@ To try the examples from this README, build the project and run the standalone e
26
27
```bash
28
./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
+java -cp ./json-java21/target/test-classes/:./json-java21/target/classes/ jdk.sandbox.java.util.json.examples.ReadmeExamples
31
```
32
33
*Replace `*` with the actual version number from the JAR filename.*
0 commit comments