- 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:

- Embedded Linux Projects Using Yocto Project Cookbook
- Power Up Your PowToon Studio Project
- Mastering Python Scripting for System Administrators
- Learn Programming in Python with Cody Jackson
- The Data Visualization Workshop
- CKA/CKAD應試教程:從Docker到Kubernetes完全攻略
- QTP自動化測試進階
- concrete5 Cookbook
- Create React App 2 Quick Start Guide
- 好好學Java:從零基礎到項目實戰
- 計算機應用基礎教程(Windows 7+Office 2010)
- Anaconda數據科學實戰
- Java 9 with JShell
- UML基礎與Rose建模實用教程(第三版)
- Java編程指南:語法基礎、面向對象、函數式編程與項目實戰