Using Jar files in .Net
Even wondered how to use a Java or Jar file in .Net ?
Well, the answer can be complicated or it can be simple too.
Complicated - This way would be to deal with interops. You would have to load the JVM and then interop the java calls across.
Simple way - Use ikvm.net. Using ikvm we can convert java/jar file to a .net dll. And well then it’s all good and easy.
IKVM is a free tool and has a bunch of other Java-.Net related support.
So simple.
Have fun.
Tags: Jar in .Net, Java in .Net, Using Jar file in .Net, Using Jar file in ASP.Net