Extracting class files of a certain package from a jar.

Hi,

I want to extract all the class files belonging to a certain package from a JAR file containing class files belonging to a different packages.

Can I do this using the jar tool, or use some other unzipping tool?

If it is best to use an unzipping tool which one can I use for windows?

Thanks,

Niranjan.

[341 byte] By [Niranjan_Salimata] at [2007-10-2 7:06:05]
# 1
jar xf file.jar path/to/dirFor more info see http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/jar.html.
beradriana at 2007-7-16 20:37:42 > top of Java-index,Core,Core APIs...
# 2
Thanks,
Niranjan_Salimata at 2007-7-16 20:37:42 > top of Java-index,Core,Core APIs...