load ddl from jar file
843807Jun 16 2005 — edited Jun 21 2005Hi,
I am using an applet with native code because i must to be able to read register keys...(i do it with c code)
That works fine in local.
The problems cames when i create a jar file and i put the dll inside...The applet don't found the library path....i
I read some topics about to do a dll copy and write it in client's hard disk, but i don't like this idea...How can i do to load dll from jar ?
Thank a lot
MDP