Optimizes Java class files: removes unused fields, methods, strings, constants, attributes; optimizes constant pool and byte code; removes the debug information. The size of class files can be reduced up to 50%. Yours applets will be smaller and faster!
|