[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Re: Buildin JARs in Eclipse

Hi,

Try the Fat jar plugin, its aim is exactly what you want to do:
http://fjep.sourceforge.net/

HTH,
Regards,
Csaba

Kruno wrote:
> Hi,
>
> I have one question about creating jar file export of an project in
> Eclipse. How can I include all library jar files (on which my project
> depends) in my exported project jar, but so that all the library jars are
> included in unjared form ?
>
> I tried all sort of things, but ended with solution that I have to
> manually unjar all library and include it as external project files to my
> project.
>
>
>
> Kruno