...do you know FatJar from Eclipse? This could help. S.
Michael Sonntag wrote:
Hello everyone! I'm developing an Axis2/Java client that should be deployed via Java Web Start. As Axis has got a lot of dependencies to third party libs, I'd like to put all of the required jars into a single file, so that the client just needs to download that "axis2-client-libs.jar" instead of all the 10-15 packages. I tried the naive way and put all of them into a new jar (via ant's jar-task), but it seems that those jars inside the wrapping jar cannot be found by the client. Is there any other solution to this? Maybe one could repack all of the classes from the different jars to a new jar? Would that be allowed if all of the license file would also be included in the newly created jar? Thanks for any hints! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- -------------------------------------------- Stefan Götz Bioinformatics Department Centro de Investigación Príncipe Felipe (CIPF) C/E.P. Avda. Autopista del Saler, 16-3 (junto Oceanográfico) 46013 Valencia, Spain Tel: +34 963289680 Ext. 1011 Fax: +34 963289574 E-Mail: [EMAIL PROTECTED] http://bioinfo.cipf.es -------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
