[eclipse] export with referenced libraries  
Author Message
knguyen





PostPosted: 2007-12-5 2:36:00 Top

java-programmer, [eclipse] export with referenced libraries Hello,

I am trying to export a project in jar format so that I can run it on
different machines. . I got a NoClassDefFoundError exception because
it requires referenced libraries (in this case, it is the MINA). Would
anyone please tell me how to export with referenced libraries?

Thanks

-k
 
Christian





PostPosted: 2007-12-5 2:43:00 Top

java-programmer >> [eclipse] export with referenced libraries knguyen schrieb:
> Hello,
>
> I am trying to export a project in jar format so that I can run it on
> different machines. . I got a NoClassDefFoundError exception because
> it requires referenced libraries (in this case, it is the MINA). Would
> anyone please tell me how to export with referenced libraries?
>
> Thanks
>
> -k
The easiest method for eclipse is the fatjar plugin at least for mini
projects..