no

How to Add Java Binary Folder to Windows Execution Path

I. Problem How to add the Java binary folder to the Windows execution path so that commands such as java and javac will become available ...

I. Problem

How to add the Java binary folder to the Windows execution path so that commands such as java and javac will become available to the system.

II. Solution

II. Instruction

  1. In the Windows Explorer, right-click on This Computer.
  2. Click Advanced system settings.
  3. In the System Properties, click Environment Variables.
  4. In the Environment Variables, find the Path entry and hit Edit.
  5. Click New and add %JAVA_HOME%\bin. If in case a list is not displayed on your case add ;%JAVA_HOME%\bin at the end of the line.
  6. Click Ok.
  7. Run a Windows command by pressing the Windows Key and type "Command". Hit enter.
  8. Type "java -version" and hit enter to see the java version installed.

Related

java-troubleshooting 2978570026364309513

Post a Comment Default Comments

item