I have a large text proofing framework written in C# and I want to write a OpenOffice extension that uses this set of libraries. My prefered language for doing so is Java. Hence, I need a method to access .NET assemblies from Java (both in Windows and Linux). Is there a way to call Mono assemblies from Java?
Share
IKVM should allow you to do what you want but I must admit that I haven’t done this myslef.
Here’s a link to their project: http://www.ikvm.net/
And a simple java program that calls the .NET API
More useful info.