我知道 MonoDevelop 带有用于 C 和 C#(以及其他)的 IDE,但是我如何获得 Java 呢?假设我在 64 位 Windows 机器上。
谢谢
我知道 MonoDevelop 带有用于 C 和 C#(以及其他)的 IDE,但是我如何获得 Java 呢?假设我在 64 位 Windows 机器上。
谢谢
There is some support for Java in Mono using IKVM.NET. Take a look at the http://www.mono-project.com/Java
There is also a plugin for Java in MonoDevelop - https://github.com/mono/monodevelop/tree/master/extras/JavaBinding, using IKVM.NET as well. You can try to build it and check how it goes.
Keep in mind that the purpose of IKVM.NET is to run Java code on top of .NET framework, so it will be "another Java" at least.