I am making a online project .
i am using Biometric finger scanner as my hardware device the driver is installed on window XP
Can anyone tell me how i connect my java program to that driver and how to manipulate the data,
so that i canuse it with JSP and MYSQL as my database.
It doesn't matter if you win by an inch or a mile; winning's winning.
Note that you won't be able to use it with JSP (only) on the front end, as the Java code in a JSP application runs entirely on the server machine, not the desktop. You'll need some code actually running on the client: either an applet as a part of your web app, or a Swing application on the desktop instead of a web app.