We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af5845 commit 2e5767fCopy full SHA for 2e5767f
cr-examples/samples/README.md
@@ -79,5 +79,5 @@ java --add-modules jdk.incubator.code -cp target/crsamples-1.0-SNAPSHOT.jar orac
79
##### Compile with CodeReflectionProcessor
80
81
```bash
82
-java --processor-path target/crsamples-1.0-SNAPSHOT.jar -processor oracle.code.samples.CodeReflectionProcessor <.java files to compile>
+javac --add-modules jdk.incubator.code --processor-path target/crsamples-1.0-SNAPSHOT.jar -processor oracle.code.samples.CodeReflectionProcessor <.java files to compile>
83
```
0 commit comments