the basics of java programming

9
How to Set path permanently.

Upload: javavideosyntaxcom

Post on 24-May-2015

351 views

Category:

Education


2 download

TRANSCRIPT

Page 1: The Basics Of Java Programming

How to Set path

permanently.

Page 2: The Basics Of Java Programming

Step 1:

Copy the path to the bin directory

Page 3: The Basics Of Java Programming
Page 4: The Basics Of Java Programming

Step 2:

Open the "System" option. MyComputer->Right Click - >Properties

Page 5: The Basics Of Java Programming
Page 6: The Basics Of Java Programming

Step 3:

Open the environmental variables menu. On the left hand side of the "System" page click on "Advanced System Settings" and press "Continue" when prompted for permission. When the "System Properties" dialog box opens, select the "Advanced" tab and then press the "Environment Variables" button at the bottom right. The "Environmental Variables" dialog box will appear.

Page 7: The Basics Of Java Programming
Page 8: The Basics Of Java Programming

Step 4

Set the path variable. Press the "New" option at the bottom of the window and a "New User Variable" dialog box will appear. In the "Variable Name" area type "path" and in the space for "Variable Value" past "C:\Java\jdk1.6.0_17\bin." Then press OK.

Page 9: The Basics Of Java Programming