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...

how to create a jar file in java

Answer Posted / rukumani khandhan

Java Archive (JAR) files are compressed files into which
you can store many files.
To create a JAR file, go to the directory where your files
are located and type:

jar -cf <jarfilename>.jar *.*

Is This Answer Correct ?    14 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a function to print Fibonacci series and Tribonacci series?

1218


What is the simpletimezone class in java programming?

1171


What do you mean by checked exceptions?

1001


Why does java have two ways to create child threads? Which way is better?

1112


Explain about sets?

1090


What is boolean data type in java?

1043


What is a static class in java?

1057


What is the difference between final, finally and finalize() in java?

1243


What are the different http methods?

1105


How can a gui component handle its own events in java programming?

1084


Can we pass null as argument in java?

1004


What is r in java?

1108


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

1063


What is variable length arguments in java?

1036


what is difference between equals and ==?

1124