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

- 極簡算法史:從數(shù)學(xué)到機(jī)器的故事
- Python程序設(shè)計(jì)教程(第2版)
- R語言數(shù)據(jù)可視化之美:專業(yè)圖表繪制指南
- Ray分布式機(jī)器學(xué)習(xí):利用Ray進(jìn)行大模型的數(shù)據(jù)處理、訓(xùn)練、推理和部署
- 用Flutter極速構(gòu)建原生應(yīng)用
- 劍指MySQL:架構(gòu)、調(diào)優(yōu)與運(yùn)維
- Python Data Analysis Cookbook
- Learning Concurrency in Kotlin
- Java程序設(shè)計(jì)基礎(chǔ)(第6版)
- C#程序設(shè)計(jì)基礎(chǔ)入門教程
- 深度學(xué)習(xí)入門:基于Python的理論與實(shí)現(xiàn)
- AngularJS by Example
- TensorFlow程序設(shè)計(jì)
- ASP.NET 4權(quán)威指南
- OpenCV:Computer Vision Projects with Python