Skip to content

Commit 34f19f3

Browse files
committed
Updated
1 parent 60a5a06 commit 34f19f3

8 files changed

Lines changed: 1 addition & 6 deletions

File tree

examples/9.x/command_line/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This sample demonstrates how to use the [Dynamsoft Barcode Reader SDK](https://w
1313

1414
```bash
1515
mvn clean package
16-
java -cp target/test-1.0-SNAPSHOT-jar-with-dependencies.jar com.dynamsoft.App images/AllSupportedBarcodeTypes.png
16+
java -cp target/test-1.0-SNAPSHOT-jar-with-dependencies.jar com.dynamsoft.App ../../../images/AllSupportedBarcodeTypes.png
1717
```
1818

1919
![Java barcode and QR code reader](https://www.dynamsoft.com/codepool/img/2022/03/arm64-jetson-nano-java-barcode.png)

examples/9.x/command_line/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@
3737
<descriptorRefs>
3838
<descriptorRef>jar-with-dependencies</descriptorRef>
3939
</descriptorRefs>
40-
<archive>
41-
<manifest>
42-
<mainClass>com.dynamsoft.Test</mainClass>
43-
</manifest>
44-
</archive>
4540
</configuration>
4641
<executions>
4742
<execution>

examples/9.x/command_line/images/AllSupportedBarcodeTypes.png renamed to images/AllSupportedBarcodeTypes.png

File renamed without changes.

examples/9.x/gradle_kotlin/images/EAN-8.jpg renamed to images/EAN-8.jpg

File renamed without changes.

examples/9.x/gradle_kotlin/images/PDF417.png renamed to images/PDF417.png

File renamed without changes.

examples/9.x/gradle_kotlin/images/UPC-E.jpg renamed to images/UPC-E.jpg

File renamed without changes.

images/dotcode.png

25.3 KB
Loading

examples/9.x/gradle_kotlin/images/multi-qr.jpg renamed to images/multi-qr.jpg

File renamed without changes.

0 commit comments

Comments
 (0)