Dan wrote: > Is there a way to repackage Jambi's jars not to include classes I don't > use in my app so it would be smaller to deploy over Java Web Start? I > Googled for it but I couldn't find anything....
For the dll's this is definitely doable. Its outlined in the deployment documentation and there is an example for it in the build.xml file for the generator_example which is availble in the source package. For the .classes there is less to gain as they make up some 1.5Mb of the 30Mb package only, but if you should be able to strip out the various com.trolltech.qt.MODULENAME that you don't use. You need the com.trolltech.qt.core com.trolltech.qt.gui com.trolltech.qt.xml com.trolltech.qt.svg modules. The other modules should be optional. - Gunnar _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
