Search this site
Home
Apache
BSD
C#.NET
C/C++
CiscoASA
CiscoIOS
ColdFusion
Cygwin
DB2
Dbg
Eclipse
EJB
Far
GAE
GWT
HTML
IIS
InfoSec
Java
JavaScript
JBoss
jQuery
JunOS
Linux
MSSQL
MySQL
OMSA
OracleDB
Perl
PHP
PL/SQL
PowerConnect
PowerShell
Regex
ShellScript
Tomcat
VB.NET
Visual Studio
Weblogic
Windows
Sitemap
Java
>
JAR
Create a JAR file called MyJar.jar and it will contain the myApp directory and myApp's entire subdirectory tree and files
jar -cf MyJar.jar myApp
Look at the contents of the JAR file
jar -tf MyJar.jar
Comments