Skip to content

Commit 79426fc

Browse files
committed
[Java] Update README.md for distribution note.
1 parent 4d9a0e1 commit 79426fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ Jars for the executable, source, and javadoc for the various modules can be foun
9090
sbe-tool/build/libs
9191
sbe-all/build/libs
9292

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

95-
java -Dsbe.generate.ir=true -Dsbe.target.language=Cpp -Dsbe.target.namespace=sbe -Dsbe.output.dir=include/gen -Dsbe.errorLog=yes -jar sbe-tool/build/libs/sbe-tool-1.7.0-all.jar my_sbe_input.xml
95+
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-1.7.0-SNAPSHOT.jar my_sbe_input.xml
9696

97-
Note: The Jars in directory `build/libs` do not contain `META-INF/MANIFEST.MF` and the error *"no main manifest attribute"* will occur when trying to execute it.
97+
**Note:** The Jars in directory `build/libs` do not contain `META-INF/MANIFEST.MF` and the error *"no main manifest attribute"* will occur when trying to execute it.
9898

9999
C++ Build using CMake
100100
---------------------

0 commit comments

Comments
 (0)