Skip to content

Commit b9277df

Browse files
Merge pull request #178 from dynamsoft-docs/preview
update java compile command
2 parents 58dad1a + 73dd0af commit b9277df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

programming/java/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ if (results == null || results.length == 0) {
167167
3. Compile and run the project using Maven:
168168

169169
```
170-
mvn compile exec:java -Dexec.mainClass=ReadAnImage
170+
mvn compile exec:java "-Dexec.mainClass=ReadAnImage"
171171
```
172172

173173
4. You will see the output message in the console like

0 commit comments

Comments
 (0)