Calling java from csharp ???

  • Thread starter Thread starter Joe DeAngelo
  • Start date Start date
J

Joe DeAngelo

As well known Java and C++ can call each other by using a technology called JNI.

Is there a similar technology for calling java from/to csharp?

Joe
 
Joe,

I don't know of something out of the box that will allow you to do this.
You might have to drop down to C++ and then access Java the other way
through JNI in order to make calls to Java from inside a .NET application.

Hope this helps.
 
Back
Top