Skip to content
Advertisement

Tag: jni4net

Need to reference and use a C# dll in Java

I need to reference a .Net dll in java. I have used jni4net libraries for the same. I have followed the steps mentioned in the video below : https://www.youtube.com/watch?time_continue=351&v=8OoSK_RWUe4 I have followed all the steps required to reference jni4net libraries but i get the following runtime Exception: After following all the steps, This is my code: I have tried executing

Advertisement