Skip to content

Commit 34f2c32

Browse files
committed
[Doc] Add --add-opens java.base/jdk.internal.misc=ALL-UNNAMED to the example execution.
1 parent 3ddb761 commit 34f2c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Jars for the executable, source, and javadoc for the various modules can be foun
6262

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

65-
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
65+
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
6666

6767
C++ Build using CMake
6868
---------------------

0 commit comments

Comments
 (0)