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