java - Reference a jar within a jar -
i have jar file references 6 other jars through manifest file.
i now, however, want try , compile jars 1 jar file, reasons being: want them cached applet not have long loading time 1 of jars required, rather 1 big waiting time download required files , store in cache.
i have tried including referenced jar files in build, unfortunately, cause java.lang.noclassdeffounderror error, had add manifest file.
what best/easiest way achieve this? using eclipse, , not building ant.
using eclipse while exporting can create option of package required libraries generate jar
by doing eclipse uses own class loader , reference files packed in single jar.
Comments
Post a Comment