-1

We have quiet a few java programs that need to be rewritten to C# simply because we do not have java developers to support the code anymore. It was fine until we needed to edit the code because of new requirenments that were needed. I doubt we can use tools like IKVM because we need the code in C# so our developers can edit and maintain it.

Do any of you guys know of tools that can rewrite the basic structures of java to c#?

Trishen
  • 205
  • 2
  • 8
  • 19

2 Answers2

4

Java is actually quite similar to C#, if its just a small change you could consider using your C# developers. Also, its hard to maintain an application which has autogenerated, or converted code. You might just want to outsource this.

TJHeuvel
  • 11,944
  • 3
  • 36
  • 46
  • 4
    This. A C# developer who can't pick up the "basic structures" of Java in a few days probably shouldn't have been hired in the first place. – blucz Aug 01 '11 at 07:50
0
  1. Here you can Purchase such converter Java to C# Converter
  2. You can also read this article "How should I convert Java code to C# code?"
  3. Here you can find some tools "Tool to convert Java to c# code"

Good luck !

Community
  • 1
  • 1
Viktor Apoyan
  • 10,487
  • 22
  • 83
  • 145