Java development first step: development environment setup JDK installation

The next step:

The default installation path is C: Program Files\Java\jdk1.7.0_0\. You can customize the installation path by clicking the “Change” button. You can change the installation path, for example, d:\Java\Jdk\jdk1.7.0_03 Next.

Installation is in progress. Copying files is complete. Installing JDK is complete.

The next dialog box that appears asks if you want to install the JRE(Java Runtime Environment)

This is optional because Java’s development environment and runtime environment (JRE) are already included in the JDK.

If you only run existing Java programs without Java program development, you can install a separate JRE. For now, for starters, just install the JDK.

So you can click the “Cancel” button without installing it.

Click next if necessary

Installing JRE…

Click Continue, the following dialog box will appear

Installation complete.

I need to install a JavaFX SDK(a scripting language from SUN for the Internet, which makes it easier to display graphical interface capabilities), because I don’t do this technology development. So you don’t need to install it.