Java Tutorial 1 - Install JDK 11.0.3 and NetBeans 11.0 on Windows 10 x64

preview_player
Показать описание
Setting Environment Variables

JAVA_HOME="C:\Program Files\Java\jdk-11.0.3"

JAVA_HOME tells your OS where there Java installation directory lives.

PATH="%JAVA_HOME%\bin;%PATH%

PATH specifies where the Java executable directory resides.

Javac -version

The output should display a message indicating the Java 11 version of the language and runtime.

Java installation directory.

C:\Program Files\Java\jdk-11.0.3

Netbeans Installation directory.

C:\Program Files\netbeans
Рекомендации по теме