Search code examples
c#javaprogramming-languagesuser-interface

Interaction between Java and C#


Is it possible to write a user interface in Java for an application written in C#?

I am working on a user interface of a project that is written in C#, but I have no experience with C# and I am an avid Java user. Is it possible to build the user interface in Java using Java's Swing and AWT libraries that operates an application primarily written in C#.

If this sounds like a really stupid question, I apologize in advance.


Solution

  • In addition to http://www.jnbridge.com (proprietary) you can try http://www.janetdev.org, - open source implementation of a Java 5 SE JDK environment for the .NET platform. Currently it supports .Net 3.5 only (not Mono).