Hi all,
i'm writing an exe application from java sources.
I need to point some DLL functions I don't want to put into the jre bin
folder (best for the project's folder!).
I obtiain always java.lang.UnsatisfiedLinkError if i put the files in both
'.' (same folder of application) and c:\winnt\system32 folder.
How can i solve it ?
Thanks
--
SM