Both these packages are already implemented. So you can use them for the standalone tool.
SY, Alexey 2008/3/20, "Edmundo López B." <[EMAIL PROTECTED]>: > Hello, > > I've been looking at the jar documentation and the first thing that > called my attention was the fact that there is a java.util.jar package > in java that takes care of jars. Question: Do I have to implement this > package and then a wrapper that runs as a standalone application (the > jar application itself)?. There is also a java.util.zip package (it's > going to be useful to have it if it exists already in harmony), is > this already implemented in harmony? > > Best regards, > > Edmundo López B. > [EMAIL PROTECTED] > > > > > El 19-mar-08, a las 17:31, Sian January escribió: > > > Hi Edmundo, > > > > Welcome! As everyone else has said, please ask your questions on > > the list > > and we will try to answer them. When you're ready to write some > > code we > > have instructions for building Harmony here on our website: > > http://harmony.apache.org/quickhelp_contributors.html > > > > Regards, > > > > Sian > > > > > > On 19/03/2008, Tim Ellison <[EMAIL PROTECTED]> wrote: > >> > >> Alexei Fedotov wrote: > >>> It's nice to see you here. Don't hesitate to ask your questions on > >>> the > >>> list. If Sian or Mark aren't online, someone else will try to > >>> answer. > >> > >> I'll echo Alexei's welcome and comments. > >> > >> At the broadest level, you are free to write the JAR tool in Java > >> code, > >> using the regular class libraries, and it should behave as described > >> here [1]. > >> > >> Once you have a working Java application we can trivially create a > >> command-line tool from it. > >> > >> For example, here's [2] the entry point for the appletviewer tool. > >> > >> [1] http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/jar.html > >> [2] > >> > >> http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/appletviewer/Main.java?view=co > >> > >> Regards, > >> Tim > >> > > > > > > > > -- > > Unless stated otherwise above: > > IBM United Kingdom Limited - Registered in England and Wales with > > number > > 741598. > > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire > > PO6 3AU > > >
