Skip to content

Commit

Permalink
[Doc] Add --add-opens java.base/jdk.internal.misc=ALL-UNNAMED to th…
Browse files Browse the repository at this point in the history
…e example execution.
  • Loading branch information
vyazelenko committed Dec 18, 2024
1 parent 3ddb761 commit 34f2c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Jars for the executable, source, and javadoc for the various modules can be foun

An example to execute a Jar from command line using the 'all' jar which includes the Agrona dependency:

java -Dsbe.generate.ir=true -Dsbe.target.language=Cpp -Dsbe.target.namespace=sbe -Dsbe.output.dir=include/gen -Dsbe.errorLog=yes -jar sbe-all/build/libs/sbe-all-${SBE_TOOL_VERSION}.jar my-sbe-messages.xml
java --add-opens java.base/jdk.internal.misc=ALL-UNNAMED -Dsbe.generate.ir=true -Dsbe.target.language=Cpp -Dsbe.target.namespace=sbe -Dsbe.output.dir=include/gen -Dsbe.errorLog=yes -jar sbe-all/build/libs/sbe-all-${SBE_TOOL_VERSION}.jar my-sbe-messages.xml

C++ Build using CMake
---------------------
Expand Down

0 comments on commit 34f2c32

Please sign in to comment.