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 the vector class in java programming?
What is the advantage of OOP in java?
Is java an ide?
Can we override constructor?
What is numeric data type?
What is super keyword explain with example?
What environment variables do I need to set on my machine in order to be able to run java programs?
What is java virtual machine? Explain
How can you read an integer value from the keyword when the application is runtime in java? example?
Can we create a constructor in abstract class?
how we can create packages in java?
What is reflexive association?
What data type is string java?
What is a generic data type?
What is java Applet?