Answers for "how to set java path in windows 10 using command prompt"

4

how to set path for java in windows 10

To set the temporary path of JDK, you need to follow the following steps:

Open the command prompt
Copy the path of the JDK/bin directory
Write in command prompt: set path=copied_path
For Example:
set path=C:Program FilesJavajdk1.6.0_23bin
Posted by: Guest on September-06-2021

Code answers related to "how to set java path in windows 10 using command prompt"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language