looking for a java to 开发者_开发知识库c# converter. the project is about 100 classes. what is the best program for this?
The two best options, currently, I believe are Microsoft's JLCA (Version 3), or Sharpen, which runs as an Eclipse plugin.
How about microsoft's Java Language Conversion Assistant
http://www.microsoft.com/downloads/details.aspx?FamilyID=46bea47e-d47f-4349-9b4f-904b0a973174&displaylang=en
If your requirement just is running the code in .NET, then consider IKVM which allows exactly this.
http://www.ikvm.net/
Also have a look at J# which can compile Java to .NET, but is a bit hard to get hold of.
精彩评论