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
 
Back
Top