Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

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_23in
 
PREVIOUS NEXT
Tagged: #set #path #java #windows
ADD COMMENT
Topic
Name
6+8 =