i have downloaded the development kit so called JDK.n also the documention..but still its not working..i am unable to write java programs..and the file named autoexec.bat is not running in vista..and when i type javac in the dos prompt..it says “java is not recognized as internal or external command”
Related posts:








1 response so far ↓
1 Kashyap P // Aug 15, 2008
download form java.sun.com
install like as xp
add into path to environmental variable
where it is installed
ex c:/program files/java/jdk____/bin/
for cheking
start>run>cmd
javac
output : javac syntaxes
java
output :java syntaxes
Leave a Comment