How to use fingerprint sdk in java? Is there universal sdk for all fingerprint devices?

旧街凉风 提交于 2019-11-27 19:27:40

问题


I`m developing human resources software. I need to check attendence of employees. We have ZKSoftware F702-s fingerprint device. And I need get information from it in java project. I searched for sdk and documentation how to use this sdk but I did not find anything. Help me whith my project. What can I do?


回答1:


I found dynamic libraries of my fingerprint device which activex component and I resolved my problem with JACOB is a JAVA-COM Bridge that allows you to call COM Automation components from Java. I call functions and handle events from library with Jacob. Here is link to JACOB - Java COM Bridge



来源:https://stackoverflow.com/questions/18873101/how-to-use-fingerprint-sdk-in-java-is-there-universal-sdk-for-all-fingerprint-d

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!