what is the need to set path in java? how many ways to set
path in java? Explain breif?
Answer Posted / abhinav bhargava
We can set the path for JAVA in the environment variables
like this:
After installing JAVA we will go to the environment
variables and add new path.
In the variable name write %classpath%
IN the value write the path where java is installed and ;.;
Now create a new key and in the variable write %path%
and in the value write path;.;
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
What are the major advantages of internal iteration over external iteration?
Difference between a class and an object?
What is internal iteration in java se 8?
is there a separate stack for each thread in java? : Java thread
How do you calculate square roots?
Can constructor be synchronized?
Are arrays immutable in java?
How is garbage collection controlled?
what state does a thread enter when it terminates its processing? : Java thread
What are keywords give examples?
Is passing by reference faster?
What is data string?
What is variable explain with example?
Why java is made?
How to compare strings in java?