+ 1

Does anyone explain what is .jar?

3rd Sep 2016, 7:44 AM
Rishabh Sharma
Rishabh Sharma - avatar
3 Answers
+ 1
.jar files Java run file for example Windows run file .exe or jar files contains compiled files and we can use it for library
3rd Sep 2016, 8:40 AM
bayram akdemir
bayram akdemir - avatar
0
. jar is extension for compiled java program, which can be run on any computer, which has installed JVM. (Behave like files with extension .exe)
3rd Sep 2016, 8:42 AM
cross
0
also .jar is a container you still can open it with e.g. 7zip. you will find your compiled class files in there and a manifest file
11th Sep 2016, 12:24 AM
Tucura
Tucura - avatar