1

I want to use fingerprint reader in my Java application, i want to buy any fingerprint reader appliance, but i don't know these,

  • Where the data is kept ?
  • Can I use it in Java application ?
  • Do you know any documentation for this ?
user527
  • 205
  • 2
  • 7
  • 18
  • 2
    Google is your friend here. http://bit.ly/U46oDG – Brian Agnew Dec 17 '12 at 11:47
  • possible duplicate of [Is there a fingerprint reader api/sdk?](http://stackoverflow.com/questions/277373/is-there-a-fingerprint-reader-api-sdk) – John Dvorak Dec 17 '12 at 11:48
  • This might help: [Java and Fingerprint Recognition][1] [1]: http://stackoverflow.com/questions/1090818/java-and-fingerprint-recognition – AsirC Dec 17 '12 at 11:48

2 Answers2

2

This might be useful for you: http://en.pudn.com/search_db.asp?keyword=java+fingerprint

Marti Markov
  • 746
  • 6
  • 25
0

You will get better idea from fingerprint reader appliance manual.
You can know how to connect and read data from device

Andreas Louv
  • 46,145
  • 13
  • 104
  • 123
Mohammod Hossain
  • 4,134
  • 2
  • 26
  • 37