Using Java with Microsoft Visual Studio 2012

前端 未结 9 1788
走了就别回头了
走了就别回头了 2020-11-30 04:25

I started as a C++ programmer, and Visual studio has worked splendedly for me. However, I recently have wanted to branch out to C# and Java. Visual studio supports C# and I

9条回答
  •  庸人自扰
    2020-11-30 05:09

    If you're proficient in C# and Visual Studio, you might try IKVM. It's not exactly what you were asking for, but will certainly help with bridging the gap by allowing you to call into Java libraries from C# and vise versa. You can use it in Visual Studio, but it also has first class support in MonoDevelop.

提交回复
热议问题