Skip navigation

Instalasi and Set Path Java

Configuration the Java on windows
• Set your installing at directory c:\jdk 1.6

• Choose C:\jdk 1.6\bin
• Check address at windows explorer. See picture

• Right-Click the my computer and choose system properties

Click the advanced and choose the environment variable.

• Choose the system variable

click the edit button to open the Edit System Variable dialog box.

In the Variable name box, select the Path

In the Variable Value box, append the following line to your path
statement:

C:\jdk 1.6\bin

click the OK button.
For success or not your installing, append the following line to your path
statement:
C:\>javac

Leave a comment