- Java Programming for Beginners
- Mark Lassoff
- 144字
- 2021-07-02 15:22:42
Creating a new project
To create a new project, click on File, then New Project, and choose Java Application:

We're going to need to give our project a distinctive name; let's call this one HelloWorld. Then, we can choose a location to put the file. Because this is our very first Java program, we should probably start from as close to scratch as possible. So let's uncheck the Create Main Class option so that NetBeans would give us pretty much a blank project. Then, click on Finish:

NetBeans will set up a filesystem for us. We can navigate this filesystem just like we were in a standard filesystem explorer:

The Source Packages file is where we'll be writing our code. You'll notice under the Libraries file that the JDK is linked, allowing us to access all of its many library resources:

- scikit-learn Cookbook
- JavaScript語言精髓與編程實踐(第3版)
- JIRA 7 Administration Cookbook(Second Edition)
- Mastering Python Scripting for System Administrators
- 趣學Python算法100例
- 軟件測試工程師面試秘籍
- Python完全自學教程
- Instant Nancy Web Development
- Android玩家必備
- SSM開發實戰教程(Spring+Spring MVC+MyBatis)
- FPGA嵌入式項目開發實戰
- Learning Nessus for Penetration Testing
- 網絡數據采集技術:Java網絡爬蟲實戰
- 監控的藝術:云原生時代的監控框架
- 分布式架構原理與實踐