Java to C # converter

looking for java to c # converter. the project is about 100 classes. what is the best program for?

+2


source to share


3 answers


The two best options, currently I consider Microsoft JLCA (version 3) or Sharpen , which runs as an Eclipse plugin.



+5


source


How about the Java to Java Conversion Assistant?



http://www.microsoft.com/downloads/details.aspx?FamilyID=46bea47e-d47f-4349-9b4f-904b0a973174&displaylang=en

+2


source


If your requirement is simply to run code in .NET, then consider IKVM, which does just that.

http://www.ikvm.net/

Also have a look at J # which can compile Java to .NET but is a bit tricky to get.

+1


source







All Articles