Moving Java Applications to .NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any quick easy way to move Java Applications (Unix) to .NET? Which .NET-compliant language should I choose: J# or C#? Any tools for J#? JLCA for C#, is it good? Thanks.
 
If you want to try to *convert* the apps then I'd recommend J#. It has a
conversion tool.

If you're going to *port* by re-coding and preserving your business logic
and functionality then I'd recommend C#.

--
Klaus H. Probst, MVP
http://www.vbbox.com/


Jane Matthews said:
Is there any quick easy way to move Java Applications (Unix) to .NET?
Which .NET-compliant language should I choose: J# or C#? Any tools for J#?
JLCA for C#, is it good? Thanks.
 
Back
Top