- Building Minecraft Server Modifications
- Cody M. Sommer
- 328字
- 2021-08-04 10:09:52
Installing an IDE
In this book we will be using NetBeans as our IDE. There are other popular IDEs too, such as Eclipse and IntelliJ IDEA. You can use a different IDE if you wish, however in this chapter we will assume that you are using NetBeans. No matter which IDE you choose, the Java code will be the same. Therefore as long as you set it up properly, you can use any IDE for the remaining chapters. If you are fairly new to programming then I suggest using NetBeans for now. After you are more comfortable with programming, I suggest you try other IDEs and choose the one you prefer.
The NetBeans IDE can be downloaded from http://www.oracle.com/technetwork/java/javase/downloads/. Downloading the program from Oracle will also allow us to download the required Java Development Kit (JDK) at the same time. You will see several download links. Click on the NetBeans link to visit the JDK 7 + NetBeans download page. Once you select Accept License Agreement you will be allowed to download the software. The download link is located in a table similar to the one shown in the following image:

If your PC has a 64-bit Windows operating system then you will want to use the link corresponding to Windows x64. If your PC has a 32-bit Windows operating system or you are unsure if it's 64-bit or 32-bit then download the Windows x86 version.
Tip
If you wish to check if you are running a 64-bit version of Windows then you can check it by viewing the System window in Control Panel.
Once it has finished downloading, install the software. During the installation process you may be asked about installing JUnit. We will not be using JUnit so you should select Do not install JUnit. In the next few screens of the installer, it will ask where you want to install the two software. The default settings will be fine, you can simply click on Next.
- 深入淺出Prometheus:原理、應用、源碼與拓展詳解
- Mastering PHP Design Patterns
- Linux網絡程序設計:基于龍芯平臺
- Hands-On JavaScript High Performance
- Python數據可視化之Matplotlib與Pyecharts實戰
- Highcharts Cookbook
- Android開發案例教程與項目實戰(在線實驗+在線自測)
- Python機器學習算法: 原理、實現與案例
- The Professional ScrumMaster’s Handbook
- Scala for Machine Learning(Second Edition)
- UML軟件建模
- Continuous Delivery and DevOps:A Quickstart Guide Second Edition
- Java EE項目應用開發
- 網頁設計與制作
- Learning Yeoman