javascript
Brief description  about Online courses   join in Online courses
View NELSON  THOMAS 's Profile

first pgrm-i cannot set pat properly

my os was windows 7
and i installed jdk-6u-23nb6_9_1 successfully on executing first program i got the comment javac is not an exeternal or internal command then i set the path by set PATH=%PATH%;C:Program FilesJavajdk1.6.0_23bin again i got the message javac is not an internal or external command what is the reason how i can set this problem
Asked by NELSON THOMAS | Dec 16, 2010 |  Reply now
Replies (1)
View arun kumar das 's Profile
HI

you supposed to set the jdk path (like C:\Program Files\Java\jdk1.6.0_22\bin) in environment variable.
go to my computer property->advanced->Environment variable-> click on New -> put 'path'in first text box and jdk path like 'C:\Program Files\Java\jdk1.6.0_22\bin' in second text box.
than OK.

i think you can do it.
Dec 23, 2010