Are there any conversion tools for porting from Visual J# code to C#?
|
|
Have you tried Reflector + FileGenerator to dump the compiled .NET library to C#. The only problem that I can see is that you are going to have a slight amount of clean up for J# specific references and no comments. But it should provide a good clean solution and get you 90% of the way. |
|||
|
|
|
Nick mentioned
Overall, my suggestion would be use Another interesting alternative is Jeroen Frijters's IKVM, which can run real Java on top of |
|||||
|
|
I've used the JLCA (Java Language Conversion Assistant) from Microsoft before. Worked well, but the last release was in 2004. |
|||
|
|
|
I just used |
||||
|
|