|
problem with PATH
I have set PATH in
My Computer rt click -> properties -> advanced -> Environment variables
But always when I open cmd.exe and try to execute my java program I am unable to execute. everytime I shld set path by using
c:\java>set PATH="c:\java\jdk..\bin"
What shld I do
|