As the title states, I'm looking for a basic (working) tutorial of Java code that uses JNI to call a "hello world" kind of application written in C#.
The "best" I found is this, but I can't get it to work following the tutorial + the ready to use projects don't build in Visual Studio 2008.
I have to say that I have no .NET knowledge apart from creating a basic project and writing C# code. Once I have working projects I'll do something similar with the DLL (and source code) I received.
Thank you for your time.