문제

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