Monday, March 3, 2014

Java to C# converter

C# to Java converter can use CS2J
Command:
CS2jTranslator\bin\cs2j.exe -net-templates-dir=.\NetFramework\ -out-java-dir=..\Code_SPL_java -app-dir=..\Code_SPL -cs-dir=..\Code_SPL

..\Code_SPL is input directory (.net directory)
..\Code_SPL_java is output directory (generated java directory)

Java to C# converter (Microsoft's JLCA)


I have used both tools before, both provide reasonable conversion, but still need to change the code by your own.

No comments:

Post a Comment