knowledgelover 0 Junior Poster in Training

Hello there,
we have a web application that must read a card which is plugged to the client,
the reading of the card is done via a specific library, which is as a jar file,
as have googled that situation , concluded that to achieve that we need to use the java applet which allows the code to run on the client machine, as the j-applet we employed the use of the <jsp: plugin...> for which specify the applet class, and the archive to be used file.jar,
but for running, the applet keeps throwing exceptions (from the code) as it can not see the jar file specified in the archive,

in short, the application is a web, which runs on the server, and needs to run on the client machine which reads resources connected to the client machine,

can u help in guiding, some links, about this, hope that I made myself clear,

thanks in advance , appreciated.
regards,