From 1191823807850507b440df142baab57e17ee0553 Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 6 May 2026 09:18:25 +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 b1506d5..6781612 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