hi all frnds m not able to use javac command in my command prompt the command prompt is saying that javac is not recognised as valid but i have installed java
plz help how to solve the problem
hi all frnds m not able to use javac command in my command prompt the command prompt is saying that javac is not recognised as valid but i have installed java
plz help how to solve the problem
1.set class path
2.set environment variables.
then check it...
how to set these i dont know plz tell me the procedure
how to set these i dont know plz tell me the procedure
1.on command prompt
C:\>set path=%path;C:\Java\jdk1.6.0_03\bin%
2.http://wso2.org/project/wsas/java/1.1/docs/setting-java-home.html
AFTER THAT IN COMMAND PROMPT GO TO LOCATION OF FILE WHICH YOU NEED TO EXECUTE AND TYPE javac filename.java..
to run java filename
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.