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 - 04 Dec 2007 18:43 GMT
knguyen schrieb:
> Hello,
>
[quoted text clipped - 6 lines]
>
> -k
The easiest method for eclipse is the fatjar plugin at least for mini
projects..
knguyen - 04 Dec 2007 19:12 GMT
> knguyen schrieb:> Hello,
>
[quoted text clipped - 9 lines]
> The easiest method for eclipse is the fatjar plugin at least for mini
> projects..
fatjar works wonder. Thank you very much.