Jar Zip « Data « Java Articles

Java Articles
1. Class Definition
2. Data
3. Development
4. GUI
5. J2EE
6. J2ME
7. JavaBeans
8. Language
9. Microsoft Collabration
10. Network
11. Swing
12. System Resource
13. XML
Microsoft Office Word 2007 Tutorial
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Java Articles » Data » Jar Zip 
1. Modify archives, Part 1
Author:Allen Holub
URL:http://www.javaworld.com/javaworld/jw-07-2000/jw-0728-toolbox.html?
Summary: It turns out to be very difficult to modify a jar or zip file using Java's out-of-the-box archive support. This article is the first of a two-part series that will describe a class that permits the painless modification of existing archives. This month, we'll look at the necessary support classes. In Part 2, we'll look at the Archive class itself. (2,900 words)


2. A ZipClassLoader for automated application distribution
Author:Kevin Pauli
URL:http://www.javaworld.com/javaworld/jw-04-2000/jw-0421-zipclass.html?
Summary: This article combines a custom ClassLoader with the java.util.zip library to automate the distribution of new application releases. Learn how ClassLoaders work and how you can exploit the zip library for custom class loading. (3,000 words)


3. Create objects from jar files!
Author:John D. Mitchell
URL:http://www.javaworld.com/javaworld/javatips/jw-javatip70.html?
Summary: Here's your chance to put the expertise you gleaned from two previous Java Tips to use, as John D. Mitchell takes you through the intricacies of loading class files and instantiating the objects of those classes. (900 words)


4. How to extract Java resources from JAR and zip archives
Author:John D. Mitchell and Arthur Choi
URL:http://www.javaworld.com/javaworld/javatips/jw-javatip49.html?
Summary: Bundling an assortment of Java resources in a Java ARchive (JAR) file is an excellent way to reduce download time, increase security, and increase manageability. This tip shows you how to easily extract the resources from JAR files for your own use. (1,300 words)


5. See JAR run
Author:Shawn Silverman
URL:http://www.javaworld.com/javaworld/javatips/jw-javatip127.html?
Summary: This tip shows how to turn an unrunnable Java Archive (JAR) into a runnable one, without having to directly manipulate manifest files. You learn to develop a short program that enables any JAR to run with the java -jar command or on an operating system like Windows with just a double click. (1,100 words; May 10, 2002)


6. Execute self-extracting JARs
Author:Z. Steve Jin and John D. Mitchell
URL:http://www.javaworld.com/javaworld/javatips/jw-javatip120.html?
Summary: This tip presents an easy way to make self-extracting Java Archives (JARs). A self-extracting archive can extract the contained files to user-selected directories on any Java platform. Your users are only required to have a Java runtime system. (1,200 words; November 16, 2001)


7. Sometimes you save more space by not compressing data
Author:Tony Sintes
URL:http://www.javaworld.com/javaworld/javaqa/2000-04/02-qa-0421-zip.html?
Summary: Can the compressed data length be longer than the uncompressed data


8. Compress your data
Author:Tony Sintes
URL:http://www.javaworld.com/javaworld/javaqa/2001-12/01-qa-1207-ziprmi.html?
Summary: How to compress data not found in a file


w_w_w___.__j_a___v__a___2_s___.c__o___m | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.