loading HelloWorld.j4n, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null from E:\hello\HelloWorld.j4n.dll
loaded HelloWorld.j4n, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null from E:\hello\HelloWorld.j4n.dll
Exception in thread "main" java.lang.UnsatisfiedLinkError: helloworld.Hello.display()V
at helloworld.Hello.display(Native Method)
at helloworld.HelloWorld.main(HelloWorld.java:17)
为什么我会出现这样的错误呢
如何使用jni4net实现java调用c#的dll简单介绍: 使用第三方开源项目jni4net,实现java程序调用C#的DLL,当然jni4net可以实现C#程序中调用java代码。 传送门 jni4net jni4net...