Skip to content

Commit

Permalink
Added code to register a trial Griaule licence.
Browse files Browse the repository at this point in the history
  • Loading branch information
gitahinganga committed Jan 7, 2015
1 parent b987bf3 commit cc614bf
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ public void setFingerprintingComponent(FingerprintingComponent fingerprintingCom

private void initialize() throws MissingFingerprintManagerImpException {
try {
String dir = System.getProperty("user.dir");
GrFingerJava.setLicenseDirectory(new File(dir));
GrFingerJava.installLicense("RXFAI-LOUMO-BHIIG-NNDIF");
matchingContext = new MatchingContext();
//GrFingerJava.installLicense("ZMFAG-PKWUK-CABDA-KSDJF");
//TODO: Investigate why this line sometimes hangs
GrFingerJava.initializeCapture(this);
showMessage("Waiting for device.");
Expand Down

0 comments on commit cc614bf

Please sign in to comment.