Hi, I'm wondering if anyone have some good tips on how to decrease the filesize of jar files ?
Right now i'm developing a small game and my current framework takes about 15K! Is this normal? I'm sure that image data is not the problem because my images only take about 1K.
So any tips on compiler and/or jar commands to decrease filesize or other tools would be great!
And btw:
Do you gain anything on spesify the classes you want to import instead of a general import java.some.package.* ?
Jan ge Johnsen

Reply With Quote
:

