- Java Programming for Beginners
- Mark Lassoff
- 224字
- 2021-07-02 15:22:41
Installing the NetBeans IDE
With our Java Development Kit installed, we technically have all the tools we need to start writing Java programs. However, we'd have to compile them through a command line, which can look a little different on different operating systems.
So to keep everything simple, let's start learning Java by writing our Java code in an Integrated Development Environment (IDE). This is a software program of its own that helps us write, compile, and run Java programs. We're going to use the NetBeans IDE, which is awesome because it is free, open source, and it's going to operate just about the same on Windows, Mac, and Linux environments.
To acquire this IDE, head to netbeans.org/downloads/.
You'll see the following page:

Because we've downloaded the Java Standard Edition Development Kit, Java SE is the version of NetBeans that we're going to download here. Choose the Download button below the Java SE column. NetBeans should start our download automatically, but if it doesn't, click on the link shown in the following image:

Once again, we're going to install NetBeans as we would any other program, choosing the default options when appropriate. Most likely, NetBeans will locate the Java Development Kit on our machine. If it doesn't, it will prompt us for the directory in which we installed the Java Development Kit.
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- JavaScript前端開發模塊化教程
- Mastering Selenium WebDriver
- Java程序設計與計算思維
- Python進階編程:編寫更高效、優雅的Python代碼
- Learn Swift by Building Applications
- Getting Started with SQL Server 2012 Cube Development
- JavaScript+Vue+React全程實例
- PySide 6/PyQt 6快速開發與實戰
- Unity 2D Game Development Cookbook
- 計算機應用基礎實踐教程
- 利用Python進行數據分析
- 微信小程序開發實戰:設計·運營·變現(圖解案例版)
- C陷阱與缺陷
- Xamarin Blueprints