call c# class from Java using JNI
-
i am working with vs 2005 and i want to call a c# class and methods from Java using JNI. kindly help with some example
This is more of a Java programming question than a C# one. There is a JNI tutorial here
"You're very clever, young man, very clever," said the old lady. "But it's turtles all the way down!"
-
This is more of a Java programming question than a C# one. There is a JNI tutorial here
"You're very clever, young man, very clever," said the old lady. "But it's turtles all the way down!"
even if it's the wrong forum.. I don't think JNI is the right choice as JNI calls simple C function and C# is even if its name has only one additional letter quite a bit different. You would have to initialize your .NET Runtime on your own (mscoree etc.). I have some doubts that this is the solution you're looking for. But you might want to check out JNBridgePro!
-
i am working with vs 2005 and i want to call a c# class and methods from Java using JNI. kindly help with some example