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

- 從零開始構建企業級RAG系統
- ASP.NET Core 5.0開發入門與實戰
- Apache Spark 2.x Machine Learning Cookbook
- 差分進化算法及其高維多目標優化應用
- Python面向對象編程:構建游戲和GUI
- 量化金融R語言高級教程
- AppInventor實踐教程:Android智能應用開發前傳
- Instant Ext.NET Application Development
- Visual Basic程序設計實驗指導(第二版)
- Linux C編程:一站式學習
- HTML5開發精要與實例詳解
- Hands-On Kubernetes on Windows
- Image Processing with ImageJ
- 實戰Java高并發程序設計(第2版)
- Getting Started with Python