3

What is the best way to use java library from .NET?

Max
  • 19,654
  • 13
  • 84
  • 122
  • 1
    See also http://stackoverflow.com/questions/171717/using-java-classes-with-c, http://stackoverflow.com/questions/129989/how-to-call-java-code-from-c, http://stackoverflow.com/questions/191622/c-java-interoperation – finnw Feb 07 '10 at 20:31

2 Answers2

4

IKVM.NET

I don't know if it is the best way, but it's the only one I know...

Thomas Levesque
  • 286,951
  • 70
  • 623
  • 758
0

With the 2003 version of their tools, Microsoft had something called the Java Language Conversion Assistant which would convert Java to C#. I've used it -- it kind of sort of mostly works.

Ken
  • 2,886
  • 20
  • 11