code-translation

Tool to convert java to c# code [closed]

旧城冷巷雨未停 提交于 2019-11-26 09:07:21
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . What is the best tool out there at the moment to convert java to c#? Apart from j2ctranslator j# I use IKVM at the moment. 回答1: For your reference: Sharpen by db4o XES RemoteSoft Octopus (commercial) Note: I had no experience on them. 回答2: Don't. Leave them as Java and use IKVM to convert them to .Net DLLs. http

Is there an effective tool to convert C# code to Java code? [duplicate]

耗尽温柔 提交于 2019-11-26 05:30:34
问题 This question already has answers here : Where can I find a Java to C# converter? [closed] (9 answers) Closed 3 years ago . Is there an effective tool to convert C# code to Java code? 回答1: I have never encountered a C#->Java conversion tool. The syntax would be easy enough, but the frameworks are dramatically different. Even if there were a tool, I would strongly advise against it. I have worked on several "migration" projects, and can't say emphatically enough that while conversion seems