Skip to content

Commit 65ce8ae

Browse files
authored
Update ReadRateFirstSettings.java
1 parent cf5e09f commit 65ce8ae

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

samples/Performance/ReadRateFirstSettings/src/main/java/ReadRateFirstSettings.java

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,10 @@ private static void outputResults(TextResult[] results) {
7575
public static void main(String[] args) {
7676
try {
7777

78-
// 1.Initialize license.
79-
// The organization id 200001 here will grant you a free public trial license. Note that network connection is required for this license to work.
80-
// If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
81-
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=java
82-
DMDLSConnectionParameters para = BarcodeReader.initDLSConnectionParameters();
83-
para.organizationID = "200001";
84-
85-
BarcodeReader.initLicenseFromDLS(para);
78+
// 1.Initialize license.
79+
// The organization id 200001 here will grant you a free public trial license. Note that network connection is required for this license to work.
80+
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=java
81+
BarcodeReader.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9");
8682

8783
// 2.Create an instance of Dynamsoft Barcode Reader.
8884
BarcodeReader dbr = new BarcodeReader();

0 commit comments

Comments
 (0)