Link to home
Start Free TrialLog in
Avatar of sandeep1984
sandeep1984Flag for India

asked on

using JAVA library in .NET

I have java library (.jar).
I want to use the functionalities provided in this in a .NET aplication.

Thanks
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru image

I am sure you will find a library with the same funcionality for .net
Could you tell us more about your library?

ASKER CERTIFIED SOLUTION
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mick Barry
you can use JNI to create a VM to run java classes in.

Avatar of sandeep1984

ASKER

Is IKVM is a free distributable software?
There they told we can convert class files.
But can we convert the full jar file (Multiple class files)?
>>Is IKVM is a free distributable software?
yes, it is free to use: http://weblog.ikvm.net/story.aspx/license

>>There they told we can convert class files.
>>But can we convert the full jar file (Multiple class files)?
The classes are not converted, them are used natively: http://www.ikvm.net/userguide/intro.html