0
I had installed Java in my laptop, but while I'm going to compile the program it doesn't takes my path. Will you give me a good solution for this?
3 Respuestas
+ 1
javac is reserved word or operating system don't know it ?
enter 'echo %path%' to check paths in your system (in windows)
+ 1
try to set you environmental variables if you are using windows. you need to add the javac directory there so you can execute it in other directories.
+ 1
it will be done by setting up environmental variables.