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 is callablestatement? How you can call stored procedure to pass in parameter?
Can you pass functions in java?
What is the return type of the main method?
Why a dead thread occurs?
What is function overriding and overloading in java?
Why arraylist is not synchronized in java example?
What is lambda programming?
What is intern method in java?
What is a flag and how does it work?
How to make a non daemon thread as daemon?
How do you implement polymorphism in our day to day life?
What is java life cycle?
What are the Main functions of Java?
What's the purpose of static methods and static variables?
Is string pool garbage collected?