There is a question about deploy the jacob.dll. As we know jacob.dll is default set to put under the path C:\Windows\System32, is there any possible to change the default path like put it under another location?
The reason for asking this is because I create an Applet with jacob and a 3rd party dll, trying to provide it for client use. But the problem is, if they need to access the web page embedded with this Applet, they must put these native libraries into the default location(C:\Windows\System32) in the first place.I know if provide an .exe for client to install can solve this problem, but instead I thought is there any possible to change the location like put these native libraries on server(?) and make Applet to call these native libraries?