call c# function in java
-
Hi... I have to call a csharp function in Java. Can somebody give me a small example of how to do this. Please do help me out. Thnx.
All the references I have come across require a bridge between the two environments. The most common approach, used for ad-hoc projects as well as commercial solutions, is to wrap the two sides with a coms layer sending XML messages. Have a google for 'java c# interop' and read up on the subject. Also see here[^]
Panic, Chaos, Destruction. My work here is done.
-
All the references I have come across require a bridge between the two environments. The most common approach, used for ad-hoc projects as well as commercial solutions, is to wrap the two sides with a coms layer sending XML messages. Have a google for 'java c# interop' and read up on the subject. Also see here[^]
Panic, Chaos, Destruction. My work here is done.
-
Hi... I have to call a csharp function in Java. Can somebody give me a small example of how to do this. Please do help me out. Thnx.
-