We\'ve developed a Java application and would like to use this application from a C# client. The application has dependencies on Spring, Log4j, ...
What would be th
alternatively you could write a webservice/xmlrpc layer between the two.
I seem to remember that there is a tool calles grassshopper that will compile your .Net code into JVM bytecode.
I've also heard good things about IKVM