I want to connect to a scanner device through a jsp page or a java program.I've installed scanner's driver, too.Have worked anybody with scanner by java?
You can connect and acquire images from the most available scanners using the JTwain (http://asprise.com/product/jtwain/) library. it supports all scanners and digital cameras which support the TWAIN standard. But it is a commercial software(u can download a trial version from the site and use it in your projects, but it prompts for the license from time to time). the usage is simple , follow the manuals and user guides available on the product site.
We used JTwain to facilitate scanning in a java based web application. This tool is an applet which you can plug it in your page and the rest is just selecting the local scanner on the client machine and proceeding with scanning and uploading the file to the server.
Morena 6 is Image Acquisition Framework for Java™ Platform - a bridge between the image acquisition hardware (scanners, cameras) and Java™ world.try it,I think it's helpful.
JTwain is for win 32bit but i want to use in win 7 64bit or win XP or... and use for project on the web and can connect to share scanner devices.is any idea?????