From 73dd0afe4ddfbaf5c4e4fa6e6f83fe357c732e4b Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 9 May 2026 10:57:27 +0800 Subject: [PATCH] update java compile command --- programming/java/user-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/java/user-guide.md b/programming/java/user-guide.md index 6781612..614bb82 100644 --- a/programming/java/user-guide.md +++ b/programming/java/user-guide.md @@ -167,7 +167,7 @@ if (results == null || results.length == 0) { 3. Compile and run the project using Maven: ``` -mvn compile exec:java -Dexec.mainClass=ReadAnImage +mvn compile exec:java "-Dexec.mainClass=ReadAnImage" ``` 4. You will see the output message in the console like