You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jni4net
Hello,
I have been trying to use a custom dll with the jni4net tool, but
every time that I try and instantiate a type in my C# library I get
the following exception: java.lang.UnsatisfiedLinkError does this mean
there was something in my .dll file that couldn't be proxied with
jni4net?
Thanks,
hwrdprkns
Pavel Šavara
unread,
Jun 16, 2011, 5:23:41 PM6/16/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jni...@googlegroups.com
It means that there is probably some trouble with classLoaders or the proxies are not initialized. Make sure you call Bridge.LoadAndRegisterAssemblyFrom() on the dll with your proxies. The java proxies should be in system class loader for now, but it will be improved in next release.