Using Java with Microsoft Visual Studio 2012

前端 未结 9 1792
走了就别回头了
走了就别回头了 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:08

    Using Visual Studio IDE for porting Java to C#:

    Currently I am using Visual Studio IDE environment for porting codes from Java to C#. Why? Java has a huge libraries and C# enables the access to the UWP ecosystem.

    For supporting editing and debugging as well as examining Java Bytecode (disassembly), you could try:

    • Java Language Support FYI: please read the issues to get an overview of the limitations and bugs

    For supporting Android (Java/C++) development, you could try:

    • Java Language Service for Android and Eclipse Android Project Import FYI: this blog gets NetBeans and Eclipse IDE java developers excited :-)

提交回复
热议问题