JTwain acquire method is not invoking scanner
Hi all,
I have taken jtwain1.2 from javajeff site and using it for scanning with HP Scanjet 2400.My problem is
the JTwain.acquire() method call is invoking the hp application but not the scanner and i am getting a progressbar
with message "Scanning to JTwain" but no progress happens. On the other hand if i use JTwain.acquireToBMP() method the scanner is scanning the image and saving it.