On Mon, Jul 20, 2009 at 1:09 PM, Gunnar Sletta<[email protected]> wrote: >> Yes I read those documents, but I have 2 apps about 100KB each, and >> distributing all platform-dependent jars will be 40MB for 2 apps. I >> just wanted to do something like runtime, single install or that >> runtime and you have both apps running using single packages. Of >> course I couldn't do it with main qtjambi.jar, but I could do it with >> platform-dependent libs after small hack, saving 15MB for each of 2 >> apps when distributing new versions for example. > > You don't need to deploy platform jars for the platforms you don't use, > though. Windows platform .jar is ~14Mb, for instance. If you deploy your > apps as > > app1.jar > app2.jar > qtjambi-4.5.0.jar > qtjambi-win32-msvc2005.jar > > Hence you have ~17Mb of .jars in your installer and you put them in the same > place. Or, you put the jambi jars in one place and your apps in other places > and make sure that the app-launcher for app1 and app2 knows where to look > for the jambi libs.
Well, yes, the last option looks the most attractive. I'll try and mail back if something will work. > - > Gunnar _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
