Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Invoking C# program using .Net framework from a Java application

843829Feb 14 2005 — edited Dec 4 2007
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 1 2008
Added on Feb 14 2005
10 comments
337 views