paulirwin / JavaToCSharp

Java to C# converter
MIT License
266 stars 90 forks source link

How JavaToCSharp complement the active Ikvm project? #44

Closed GeorgeS2019 closed 1 year ago

GeorgeS2019 commented 1 year ago

Although ikvm could NOW compile java project, it does not RIGHT NOW support AWT which JavaToCSharp could right NOW

paulirwin commented 1 year ago

Hi, the two projects serve different tasks. IKVM is to provide a Java runtime on .NET, while this project is for syntactic conversion of Java language code text to C# language code text to facilitate i.e. porting Java code to .NET without needing a Java runtime. JavaToCSharp in fact uses IKVM to do some of its work. They are orthogonal, not competing, projects. I hope you will enjoy using both projects as needed.

There is nothing to be done for this open issue, so closing it.