tags:

views:

1555

answers:

2

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.

+3  A: 

Microsoft has a tool called JLCA: Java Language Conversion Assistant. I can't tell if it is better though, as I have never compared the two.

Razzie
Ya I've tried that before and it doesn't really work very well. I think Microsoft has stopped support for it. It doesn't support newer java features like generics.
seanlinmt
+2  A: 

For your reference:

Note: I had no experience on them.

Hendy Irawan