Using java classes from c#

  • Thread starter Thread starter Guest
  • Start date Start date
Fatih BOY said:
but i don't want to use any third party tool, is there any example
with jni and/or com??

Not that I know of - I'm pretty sure it's a fairly involved task.
 
You might want to check out the IKVM.NET project. It is an open source
effort to implement a Java VM that is compatible with the .NET CLR.
In other words, you can instantiate this JVM from .NET code, load Java
classes into that JVM, and then interact with them.

http://weblog.ikvm.net/

Hope it helps,

Louis
 

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

Back
Top