Try Jazzlib , although it has a GPL and it seems like it hasn't been updated for a while. Another option is to try raising the source code from libgcj (this is what jazzlib did).
J2SE includes java.util.zip, which can compress / decompress gzip files, but the MIDP 2.0 specification does not include java.util.zip. And, looking at the Java 6 source code for java.util.zip, each class apparently calls its own methods, which means you can't just pick up what's in there and load it onto a J2ME device.
source
share