0N/AWorking on Jar and Zip code using the NetBeans IDE
0N/AThis note is specific to working on jar and zip; much more information about
0N/Aworking with this project and others is in ../README.
0N/Aproject supports editing, building, testing, and debugging of this code. This
0N/Ais a make-based project, and involves compilation of native code. Some of
0N/Athis native code is provided by the JDK community, but the base zip library is
0N/APlease note: The most recent zlib is version 1.2.3. We are providing zlib
0N/Aversion 1.1.3, modified to include security fixes that have been added since
0N/AThe jar tool depends on the jar library, which in turn depends on the zip
0N/Alibrary. This in turn depends on some native code, which in turn depends on
0N/AThe project is set up to invoke make on the zip code first. This make target
0N/AInsofar as NetBeans use is concerned with Java code, most things you are used
0N/Ato. You can build the project. There are several regression tests included,
0N/Arun either as a group via Test Project or individually via Run File.
0N/ADebugging is also supported, try Debug File. Since the jar tool needs command
0N/Aline parameters in order to do anything interesting, it is not hooked up to
0N/ARun Project in NetBeans.