Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the need to set path in java? how many ways to set
path in java? Explain breif?

Answer Posted / sadhi

We keep all "executable files"(like .exe files) and "batch
files"(like .bat) in path variable. And we keep all jar
files and class files in classpath variables.

So path is set according to the .exe files & .bat files And
classpath is set according to the .jar files & .class files.


Operating system tries to find .exe and .bat files in path
and JVM tries to find all classes in classpath.

set path is loading the environment variables with operating
system or javac.

setting the path in windows xp.
steps to set path for java:
1. go to ->my computer-> properties->advanced->
->environment variables.
2. in this window go to system variables and select -> new
3. now in variable write: classpath
4. write code as soon here in variable value:
;.;C:\Program Files\Java\jdk1.5.0\bin;
5. click ok and ok and ok

Is This Answer Correct ?    15 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why java doesn’t support multiple inheritances?

959


What is a concrete classes? Is Java object class is concrete class?

937


What is a boolean in java?

997


Describe what a thread-local variable is in java?

959


What is t type java?

1008


What is the use of list in java?

935


What is string length in java?

892


Which is better 64 bit or 32 bit?

872


How many types of methods are there in java?

949


Does constructor return any value?

969


Is java a pure object oriented language?

910


What is the difference between equals() and == in java?

913


Explain how can you debug the Java code?

1000


Why is flag used in java?

989


what is inner class in java?

1072