Invoking C# program using .Net framework from a Java application
843829Feb 14 2005 — edited Dec 4 2007Hi,
I would like to know if it is possible to invoke a C# program using the .NET libraries from a Java application via JNI?
We have an exisiting Java application deployed over the web to client desktops (we bundle the jre along with the application). We have issues with the Java printing as it crashes the application when printing to certain printers. I would like to know if it would be possile to write a C# application that would be able to print - invoked from JNI. Would we have to bundle the .NET CLR along with the application to implement this?? As I do not have much exp with the .NET framework any help/suggestions would be highly appreciated.
thanks