This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I downloaded a demo Japplet program for Jtwain and Integrated in HTML and Jsp... I kept Jtwain.dll file in c:\windows and Created a web project in Myeclipse and added the jar file in clas path and if i run the program .... i get the following error...
java.security.AccessControlException: access denied (java.lang.RuntimePermission loadLibrary.jtwain) at java.security.AccessControlContext.checkPermission(Unknown Source) at java.security.AccessController.checkPermission(Unknown Source) at java.lang.SecurityManager.checkPermission(Unknown Source) at java.lang.SecurityManager.checkLink(Unknown Source) at java.lang.Runtime.loadLibrary0(Unknown Source) at java.lang.System.loadLibrary(Unknown Source) at net.javajeff.jtwain.JTwain.init(JTwain.java:196) at examples.JTwainDemo3.JTwainDemo.init(JTwainDemo.java:52) at sun.applet.AppletPanel.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
What should i do to solve the problem, the Library(dll) is not loading....