Program Logic

Unit 1 Index

Installing our JDK and IDE

Installing the JDK and Apache NetBeans

This chapter will assist you in getting Apache NetBeans installed on your computer. NetBeans is an integrated development environment, also known as an IDE. An IDE is a sophisticated tool used to develop software. We use NetBeans to develop Java applications. In order to run NetBeans and develop Java applications, you will need to download and install the Java JDK. JDK stands for Java Development Kit. Please thoroughly review this chapter prior to attempting installations.

You must have enough available disk space on your computer hard drive to accommodate the needed software. The total space needed is more than 1GB.

Important! We are using Apache NetBeans 22.x and JDK 17.x, where 'x' represents the latest build within the version number.
You MUST be administrator of your computer to run these executable files.

Downloading and Installing the JDK

If you have a different version of the JDK installed on your computer, you still need to download JDK 17.x. There should not be any issues as each JDK resides in its own folder. You must have enough available space on your computer. The installation size of JDK 17.x is about 290MB.

Please get familiar with these steps before you begin. The exact version numbers may be slightly different. The ones listed below are what was available at the time of this writing. However. you should NOT install a JDK higher than 17.x.x.

It is CRITICAL you install the JDK first and unless you have a very good reason, it is best to install to the default location. My JDK is at C:\Program Files\Java\jdk-17.0.3.1. This is the default installation directory given during setup, however, your version number may differ. If you have a higher JDK version, I may not be able to easily run your applications.

These instructions are for the Windows operating system, which is recommended for the IT Web program. Please, thoroughly read installation steps before you begin.

What if I already have a JDK or NetBeans Installed?

If a JDK or NetBeans has NEVER been install on your computer, you can skip this section.

If your version of the JDK or NetBeans, is different than the required versions, you may need to download and install new versions. Order matters! Remember to upgrade your JDK first.

Downloading and Installing Apache NetBeans

You must have enough available space on your computer. The installation size of Apache NetBeans is more than 780MB. My Apache NetBeans is installed at C:\Program Files\NetBeans-23. This is the default installation directory given during setup.

Please get familiar with these steps before you begin. I find the installers are more end-user friendly than the binaries, so pay attention to which file your are downloading.

These instructions are for the Windows operating system which is recommended for the IT Web program. Please, thoroughly read installation steps before you begin.

What You Learned

Assignment Information