GPaulino wrote:I don`t understand what I need to do exactly with these dll?, who can I to use it?, Im try to run your sample, Im using java language
1- created a new project ( prueba )
2- copy the java files from Neurotec_Biometric_4_3_SDK_Trial\Samples\Biometrics\Java\simple-faces-sample\src\main\java\com\neurotec\samples and created created the corresponding package com.neurotec.samples
3- import all the external library ( .jar ) that this need
I want to know the operation first and then create my own class.
when I prove the executable .jar file, this run perfectly, but when I run this using the eclipse send a message Unable to load library.
the com.neurotec.samples.util.LibraryManager class is the start all the process but,when I print the path that is using the result is "" and I havent any option to set the path.
if you are using the Eclipse and would like to see how the provided samples are working, then import them as it is described below:
1. Right Click in Eclipse Package Explorer and choose "Import"
2. Expand "Maven" and select "existing Maven Projects"
3. Then browse to SDK Samples folder and choose it.
4. Click Finish
5. Right Click on "simple-faces-sample"
6. Select "Debug As"
7. Select "debug configuration"
8. Double click on "Java Application"
9. Choose "Arguments" tab
10. Select "Other" as Working Directory
11. press button "File system" and browse to SDK "win32_x86" folder if yoru JVM is 32 bit or browse to "win64_x64" folder of the SDK, if your JVM is 64 bit.
12. Return to "Main" tab and define the main class as "com.neurotec.samples.SimpleFacesApplication"
13. apply and debug