I have a 64-bit computer. With Windows 10
I am programming a digitalPerson and I can not compile this class.
Already install the JDK and the Universal Digital Persona Driver Install the libraries .jar
dpfpenrollment.jar
dpfpverification.jar
dpotapi.jar
dpotjni.jar
Also copy the dlls to the Java Bin, system32 and JRE
I do not know what to do, I'm desperate.
import com.digitalpersona.onetouch.readers.DPFPReadersCollection;
public class SoxtecChecador {
public SoxtecChecador() {
DPFPReadersCollection readers =
DPFPGlobal.getReadersFactory().getReaders();
}
public static void main(String[] args) {
SoxtecChecador S = new SoxtecChecador();
}
}
And I throw the following error
run:
Exception in thread "main" java.lang.RuntimeException: com.digitalpersona.onetouch.jni.JniException
at com.digitalpersona.onetouch.readers._impl.DPFPReadersCollectionFactoryImpl.getReaders(DPFPReadersCollectionFactoryImpl.java:31)
at soxtecchecador.SoxtecChecador.<init>(SoxtecChecador.java:45)
at soxtecchecador.SoxtecChecador.main(SoxtecChecador.java:230)
Caused by: com.digitalpersona.onetouch.jni.JniException
at com.digitalpersona.onetouch.jni.AcquisitionLibrary.init(Native Method)
at com.digitalpersona.onetouch.jni.AcquisitionLibrary.getInstance(AcquisitionLibrary.java:42)
at com.digitalpersona.onetouch.readers._impl.DPFPReadersCollectionFactoryImpl.getReaders(DPFPReadersCollectionFactoryImpl.java:24)
... 2 more
C:\Users\Soxtec Desarrollo\AppData\Local\NetBeans\Cache.2\executor-snippets\run.xml:53: Java returned: 1
BUILD FAILED (total time: 2 seconds)