Hi,
I know this question has prob. been asked a million times, but I couldn't
find it in the FAQ, so here goes :
I'm trying to write a Java applet to call a dll that resides on the web
server (running IIS 6). I've written a little test applet that should call a
helloWorld function in the dll, but when I use System.loadLibr ary, it gives
me this security warning :
java.security.A ccessControlExc eption : access denied
(java.lang.Runt imePermission loadLibrary.myL ib)
I've read that it's not possible to run a dll on a client computer (except
perhaps by signing it?), but I can't find much information about dll's on a
web server. If anyone could give me any pointers, I'd really appreciate it
:-)
Thanks,
Rowland.
I know this question has prob. been asked a million times, but I couldn't
find it in the FAQ, so here goes :
I'm trying to write a Java applet to call a dll that resides on the web
server (running IIS 6). I've written a little test applet that should call a
helloWorld function in the dll, but when I use System.loadLibr ary, it gives
me this security warning :
java.security.A ccessControlExc eption : access denied
(java.lang.Runt imePermission loadLibrary.myL ib)
I've read that it's not possible to run a dll on a client computer (except
perhaps by signing it?), but I can't find much information about dll's on a
web server. If anyone could give me any pointers, I'd really appreciate it
:-)
Thanks,
Rowland.
Comment