Hi,
I have implemented a c# application but now I have some new functionality (implemented in java) that I need to incorporate in my existing c# application. The java code itself is very big, so I don't want to write it again in c#. Instead, I am looking for a way to use that java code in my c# code. I came across some artilces that talked about JLCA, but I am not sure whether that would convert all the java code into c# code correctly. Any suggestions?
I will be highly grateful for your help.
Loading
Vitaly ShelestPosted May 6, 2009, 4:35 AM
vivek kulkarniPosted Apr 22, 2009, 7:31 AM
Hi,
JLCA is the best bet as it will do 90% of conversion and for 10% will be given guidance, help and links.
http://www.developer.com/net/csharp/article.php/2235411
Converting Java to C#
Cheers,