Skip to content

Commit b128ec4

Browse files
committed
Update license URLs
1 parent 0fce106 commit b128ec4

13 files changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This repository provides a simple example demonstrating how to build a cross-pla
2020
```
2121

2222
## License Key for Dynamsoft Barcode Reader SDK
23-
Obtain a [30-day free trial license](https://www.dynamsoft.com/customer/license/trialLicense/).
23+
Obtain a [30-day free trial license](https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform).
2424

2525
## JNI Header Generation
2626

examples/9.x/command_line/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This sample demonstrates how to use the [Dynamsoft Barcode Reader SDK](https://www.dynamsoft.com/barcode-reader/sdk-desktop-server/) to build a simple Java barcode and QR code reader on **Windows**, **Linux (AMD64 and ARM64)**, and **macOS**.
44

55
## Usage
6-
1. Obtain a valid [license key](https://www.dynamsoft.com/customer/license/trialLicense) and update the code in `src/main/java/com/dynamsoft/App.java`:
6+
1. Obtain a valid [license key](https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform) and update the code in `src/main/java/com/dynamsoft/App.java`:
77

88
```java
99
BarcodeReader.initLicense("LICENSE-KEY");

examples/9.x/command_line/src/main/java/com/dynamsoft/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public void decodefile(String filename) {
1919
String pszImageFile = filename;
2020
BarcodeReader br = null;
2121
try {
22-
// Get a license key from https://www.dynamsoft.com/customer/license/trialLicense?product=dbr
22+
// Get a license key from https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform
2323
BarcodeReader.initLicense("DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAxLTE2NDk4Mjk3OTI2MzUiLCJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSIsInNlc3Npb25QYXNzd29yZCI6IndTcGR6Vm05WDJrcEQ5YUoifQ==");
2424
br = new BarcodeReader();
2525
} catch (Exception e) {

examples/9.x/dotcode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
These samples demonstrate how to decode **DotCode** using the [Dynamsoft Barcode Reader SDK](https://www.dynamsoft.com/barcode-reader/downloads/).
33

44
## License Key
5-
Get a [valid license](https://www.dynamsoft.com/customer/license/trialLicense/) and update the code in `src/main/java/com/java/barcode/App.java`:
5+
Get a [valid license](https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform) and update the code in `src/main/java/com/java/barcode/App.java`:
66

77
```java
88
BarcodeReader.initLicense("LICENSE-KEY");

examples/9.x/gradle_kotlin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This sample demonstrates how to use Gradle to build and run a simple command-line barcode reader written in Java or Kotlin.
33

44
## License Key
5-
Get a [30-day FREE trial license](https://www.dynamsoft.com/customer/license/trialLicense/).
5+
Get a [30-day FREE trial license](https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform).
66

77
## Java Barcode SDK Documentation
88

examples/9.x/zxing_dynamsoft/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To set up your Maven project, configure the `pom.xml` file to include the necess
2626
```
2727

2828
## License Key
29-
Get a valid [license key](https://www.dynamsoft.com/customer/license/trialLicense?product=dbr) for Dynamsoft Barcode Reader and update your Java code as follows:
29+
Get a valid [license key](https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform) for Dynamsoft Barcode Reader and update your Java code as follows:
3030

3131
```java
3232
BarcodeReader.initLicense("LICENSE-KEY");

examples/9.x/zxing_dynamsoft/command-line/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ZXing vs Dynamsoft Barcode Reader in Java
22

33
## Usage
4-
1. Obtain a valid [license key](https://www.dynamsoft.com/customer/license/trialLicense) and update the code in `src/main/java/com/java/barcode/App.java`:
4+
1. Obtain a valid [license key](https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform) and update the code in `src/main/java/com/java/barcode/App.java`:
55

66
```java
77
BarcodeReader.initLicense("LICENSE-KEY");

examples/9.x/zxing_dynamsoft/command-line/src/main/java/com/java/barcode/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public void decodefile(String filename) {
5555
// Dynamsoft
5656
BarcodeReader br = null;
5757
try {
58-
// Get a license key from https://www.dynamsoft.com/customer/license/trialLicense?product=dbr
58+
// Get a license key from https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform
5959
BarcodeReader.initLicense("DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAxLTE2NDk4Mjk3OTI2MzUiLCJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSIsInNlc3Npb25QYXNzd29yZCI6IndTcGR6Vm05WDJrcEQ5YUoifQ==");
6060
br = new BarcodeReader();
6161
} catch (Exception e) {

examples/9.x/zxing_dynamsoft/gui/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ZXing vs Dynamsoft Barcode Reader in Java
22

33
## Usage
4-
1. Obtain a valid [license key](https://www.dynamsoft.com/customer/license/trialLicense) and update the code in `src/main/java/com/java/barcode/App.java`:
4+
1. Obtain a valid [license key](https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform) and update the code in `src/main/java/com/java/barcode/App.java`:
55

66
```java
77
BarcodeReader.initLicense("LICENSE-KEY");

examples/9.x/zxing_dynamsoft/gui/src/main/java/com/java/barcode/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public TextResult[] decodefileDynamsoft(String filename) {
114114
// Dynamsoft
115115
BarcodeReader br = null;
116116
try {
117-
// Get a license key from https://www.dynamsoft.com/customer/license/trialLicense?product=dbr
117+
// Get a license key from https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform
118118
BarcodeReader.initLicense("DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAxLTE2NDk4Mjk3OTI2MzUiLCJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSIsInNlc3Npb25QYXNzd29yZCI6IndTcGR6Vm05WDJrcEQ5YUoifQ==");
119119
br = new BarcodeReader();
120120
} catch (Exception e) {

0 commit comments

Comments
 (0)