Using Java with Microsoft Visual Studio 2012

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

    If you want to get started with Java, you will be much happier with a Java IDE. IntelliJ Community Edition, Eclipse, and Netbeans are all free.

    I know IntelliJ can be set to use Visual Studio keyboard shortcuts, so even if you are a keyboard junkie like myself, you won't feel out of place in a Java IDE.

    The differences in IDEs are minimal, and the time you will save by using a Java IDE for Java development will be huge.

    Good luck!

提交回复
热议问题