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 / n.v.swami reddy

JAVA PATH IS COMPALASARY SET BECAUSE YOU NO SET THE PATH
JAVA PROGRAM IS DOES NOT EXECUTED.

JAVA PATH SET IN TWO WAYS THEY ARE
1.COMMAND PROMPT:
TYPE THE COMMAND
SET PATH=PATH%;d:/JAVA/BIN

d:/JAVA/BIN IS A JAVA PATH FOR SYATEM

2.TO SET JAVA PATH IN ENVIRONMENTAL VARIABLES.
1.RIGHT CLICK ON MY COMPUTER ICON SELECT
PROPERTIES.
2.SELECT THE ADVANCE TAB.CLICK ON ENVIRONMENTAL BUTTON.
3.THEN CHOOSE THE NEW OPTION
4.TPYE VARIABLE NAME AND VARIABLE VALUE
5.VARIABLE NAME IS PATH AND
VARIABLE VALUE IS"SET PATH=%PATH%"D:/JAVA/BIN

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we inherit a class with private constructor?

1175


What is a native method in java programming?

1107


What is the functionality of the stub?

1080


What is a double vs float?

1067


What is primitive array?

942


Implement a stack with push (), pop() and min() in O(1) time.

1159


What are disadvantages of java?

1040


When do we use hashset over treeset?

1098


Explain java coding standards for interfaces?

1162


What is meant by the value of a variable?

983


What is high level language in computer?

1063


Can a final variable be null?

1054


Why do we declare a class static?

1243


How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?

1148


What are autoboxing and unboxing? When does it occur?

1014