4 réponses
Good evening,
To understand how the jar utility works, simply type
$jar -help
(provided the Java Virtual Machine is installed)
To extract fichier.jar, type
$jar -x fichier.jar
a+
To understand how the jar utility works, simply type
$jar -help
(provided the Java Virtual Machine is installed)
To extract fichier.jar, type
$jar -x fichier.jar
a+
Hi, a .jar archive is generally just a simple zip file renamed :)
@++
$ file the_file.jarTo check the file type and
$ unzip the_file.jarto unzip it, if it indeed is one :)
@++
♫ It would take almost nothing...