Why doesn't Sun do a C# to Java byte code compiler?

后端 未结 18 2108
清酒与你
清酒与你 2021-02-01 01:20

We Want to Run Our C# Code on the JVM

My company has a large C# code base. Well over half of this code is our core engine for creating, reading, modifying, calculating

18条回答
  •  耶瑟儿~
    2021-02-01 01:52

    http://jsc.sourceforge.net/ is a c# cross compiler that can convert .NET code to Java (amongst other things).

提交回复
热议问题