Calling java from csharp ???

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
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top