Why JAR files are needed?

Why do we need JAR file to run our programs? Do we need them always?Pls explain.Thanks
[100 byte] By [insouciant79a] at [2007-10-1 1:06:50]
# 1

No, you don't.

They're a more convenient way to package up multiple files than a directory containing said files. A jar file is really just a zip file with some extra information (optionally) added.

While you can run an app from the command line with or without jars, you can't run it by double clicking unless that app is in a jar.

For more details, do a google search.

jverda at 2007-7-8 1:24:34 > top of Java-index,Security,Event Handling...