what is the need to set path in java? how many ways to set
path in java? Explain breif?
Answer Posted / atre sachin
with the help of set path we sets the JRE executable path location
below are the ways to set the path in environment variable
JAVA_HOME ="/java"
CLASS_PATH="/java/bin/"
PATH ="/java"
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is the purpose of checked and unchecked exceptions in JAVA?
Is empty set an element of empty set?
Is java hashset ordered?
What is the range of a character variable?
Write a program to reverse a number in java?
what is abstract class in Java?
Explain what is Marker interface?
Can you pass by reference in java?
What are the advantages of arraylist over arrays?
What is the java project architecture?
What does t in java mean?
What is an immutable object? How do you create one in java?
Is java still necessary?
Which is the class in java?
What are the escape sequences in java?