質問

We had been migrating our projects to Linux from windows.Among which is a Java Applet being invoked from a JSP to facilitate scanning via JTwain API.This has stopped working.On checking the Applet console , code execution seems to be smooth till the following

com.asprise.util.jtwain.Source source.acquireImage()

There is no exception being thrown as well. Also , jar signing has also been done (Though there is another application that works superbly even without this).

Any advice would be highly appreciated.

This is my first question on the forum , kindly excuse if there had been any non-compliance with standards.

役に立ちましたか?

解決

To troubleshoot the issue, you may test with the JTwain web demo on your Windows machine to see how it works.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top