Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Convert java to c# .net [duplicate]

Tags:

java

c#

Possible Duplicate:
Tool to convert java to c# code

I have done a project in java and I want to convert it to C#.Net. I'm using Visual Studio 2008. How can I convert the code from Java to C#? Are there any tools available?

like image 867
Buddhi Avatar asked Feb 26 '26 21:02

Buddhi


1 Answers

There are tools that can help do this. For example this one from the team who created db4o:

Smart java to c# conversion for the masses with sharpen

Note that these are not perfect and some constructs and API's cannot be easily translated.

like image 141
Iain Avatar answered Feb 28 '26 09:02

Iain