I need to reduce the size of JAR file in my project which is 9.17MB,I have already reduced it to 6.31MB by removing all the logger statements and dead code.I also have checked each JAR file individually by removing it and compiling it.With which I have removed upto 6 files.
Now I want to reduce the size of JAR file upto 2 to 3 MB, and I have decided to use the tool JBoss Tattletale,
Has anybody used it before? and If yes then please provide me the steps to install and run it. BTW I have already downloaded that tool from www.jboss.org website.
Thanks in advance!