Hi: All ! How are you ! I know jar clear to use ! But I cannot find what method can be used to relealize jar files? for: a(File file ); Use a(),can compress file to a .jar file ? Who can tell me ? Thanks !
Thomas Paul
mister krabs
Ranch Hand
Joined: May 05, 2000
Posts: 13974
posted
0
Look at the packages java.util.jar and java.util.zip.
Hi: Thomas! Thank you for your answer ! I have searched in java.util.jar and java.util.zip ,but I known for example: jarfile(), means read *.jar file. Perhaps method JarOutputStream()? But how can I use that ? Thanks !