Is it possible to call CLR methods from JVM? Any library that would host a CLR instance inside JVM, and provide a simple mapping for Java? Are there any libraries that would do that?
I'd like to write a plugin for existing Java application which already runs on JVM.
I'd like to avoid having two binaries. I only want to call few methods in an existing .NET assembly (MSBuild-related Microsoft.Build.Framework.* stuff).