vaidasz wrote:seraphis wrote:Hi
I"m trying to import the java free fingerprint verification SDK into an eclipse project but i just can"t figure it out. Can anyone help me. Thanx.
Hello,
Here is intructions for Java and Eclipse:
1. Start Eclipse
2. Select Workspace as FreeFingerprintVerificationSDKsamplesJava
Specify full path to the Java folder
3. File -> New -> Java Project
4. Enter project name as NffvJavaSample, click Finish
5. Right click on the project on a left side (named NffvJavaSample) and select Properties
6. Go to Java Build Path -> Libraries
7. Press Add External JARs
8. Select FreeFingerprintVerificationSDKinWin32_x86Nffv.jar
Specify full path to the Java folder
9. Open NffvApplication.java (NffvJavaSample -> src ->NffvSample) and comment the following line
this.setIconImage(new ImageIcon(getClass().getResource("/img/logo.png")).getImage());
10. Right click on the project on a left side (named NffvJavaSample) and select Properties
11. Go to Run/Debug Settings, mark NffvApplication and click Edit button
12. Go to Arguments, change Working directory to other and specify
FreeFingerprintVerificationSDKinWin32_x86
Specify full path to the Java folder
13. Click Apply, OK and OK once again.
14. Right click on the project on a left side (named NffvJavaSample) -> Run As -> Java Application.