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

Is boolean a wrapper class in java?

1010


Can we pass a primitive type by reference in java? How

864


What is the difference between checked exception and unchecked exception?

969


What is the purpose of interface?

958


Can a class have multiple superclasses?

1091


How to call one constructor from the other constructor ?

994


Give the difference between the println method and sqrt method?

1043


What happens when heap memory is full?

929


How do you remove duplicates from an array in java?

911


Can set contain duplicates?

960


Do you know how to reverse string in java?

1092


Which is better stringbuilder or stringbuffer?

883


If goto and const is reserve words than why it is not work in java?

1924


What are bind parameters?

993


If an application has multiple classes in it, is it okay to have a main method in more than one class?

972