- Modular Programming in Java 9
- Koushik Kothagal
- 445字
- 2021-07-02 18:38:19
Setting up the NetBeans IDE
In order to write and follow the code in this book, you don't have to use any integrated development environments (IDEs). This book will cover writing, compiling, and executing code manually using the command line. You can write code using a text editor of your choice. The code samples accompanying this book also work with the steps and commands showcased in this book.
You could also follow along with an IDE. At the time of writing, NetBeans and IntelliJ Idea has growing support for Java modular projects, with Eclipse support under development. This chapter outlines the steps to create a modular project in NetBeans, should you choose to use the NetBeans IDE. To set it up, in addition to following the steps to set up Java, make sure you install the latest version of NetBeans with Java 9 module support by going to https://netbeans.org/downloads/ and choosing either the Java SE or the Java EE version to download:

Note that if the release version of NetBeans does not yet support Java 9 when you read this, you might have to download an early access copy here: http://bits.netbeans.org/download/trunk/nightly/latest/. Once you download the installer and execute it, you should have a shiny new copy of NetBeans on your computer ready for you to use.
While the prospect of writing Java code without an IDE might seem daunting, let me assure you that this is something you'll likely get used to very quickly. You'll learn the steps to build and execute modular Java 9 code in this chapter, and then it's just a matter of applying the same steps independent of the complexity of the code base itself.
- QTP自動(dòng)化測試進(jìn)階
- Yii Project Blueprints
- 零基礎(chǔ)學(xué)HTML+CSS
- Photoshop智能手機(jī)APP界面設(shè)計(jì)
- Ext JS 4 Plugin and Extension Development
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Data Manipulation with R(Second Edition)
- CISSP in 21 Days(Second Edition)
- Python編程零基礎(chǔ)入門
- ASP.NET開發(fā)技巧精講
- CorelDRAW X6中文版應(yīng)用教程(第二版)
- Instant Buildroot
- Kudu:構(gòu)建高性能實(shí)時(shí)數(shù)據(jù)分析存儲(chǔ)系統(tǒng)
- 云原生基礎(chǔ)架構(gòu):構(gòu)建和管理現(xiàn)代可擴(kuò)展基礎(chǔ)架構(gòu)的模式及實(shí)踐
- XML程序設(shè)計(jì)案例教程