Reputation: 21
I'm having a problem with setting a path for JDK. Whenever I try to execute a program, I get this message:
The system cannot find the file C:\ProgramData\Oracle\Java\javapath\java.exe.
How can I solve this issue?
Upvotes: 2
Views: 2722
Reputation: 480
Just set %JAVA_HOME%/bin to your path variable.
To do this:-
Upvotes: 1