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

- C++ Primer習題集(第5版)
- Vue.js設計與實現(xiàn)
- Windows系統(tǒng)管理與服務配置
- Apache Karaf Cookbook
- Python程序設計
- 第一行代碼 C語言(視頻講解版)
- 用戶體驗可視化指南
- UNIX Linux程序設計教程
- Python Essentials
- HTML+CSS+JavaScript網(wǎng)頁設計從入門到精通 (清華社"視頻大講堂"大系·網(wǎng)絡開發(fā)視頻大講堂)
- JSP程序設計實例教程(第2版)
- BeagleBone Robotic Projects(Second Edition)
- Python網(wǎng)絡爬蟲技術與應用
- OpenCV Android開發(fā)實戰(zhàn)
- 計算機應用基礎案例教程(第二版)