Pregunta

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.

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top