How can i reduce the size of jcommon-1.0.16.jar and jfreechart-1.0.13.jar(mainly jfreechart-1.0.13.jar) so that i can use this library in my embedded environment.Size is creating probs for me. Please tell how can i reduce.
Printable View
How can i reduce the size of jcommon-1.0.16.jar and jfreechart-1.0.13.jar(mainly jfreechart-1.0.13.jar) so that i can use this library in my embedded environment.Size is creating probs for me. Please tell how can i reduce.
The Java virtual machine only loads the classes that are actually used by your program; no matter the size of your .jar file, if only a few classes are used from that file only those classes are loaded and take up space in the image of your program.
kind regards,
Jos
I am invoking the applet from my board(Its a embedded board) so whenever I invoke applet from one of the folder where my applet code is there then it needs the jar file i.e library as ARCHIVe in my board memory . So putting that jar file is I guess its compulsory....I am not bothered about loading of classes when applet is invoked.