From: Michael B. <mic...@gm...> - 2010-05-08 04:31:27
|
On 8 May 2010 10:25, Jody Garnett wrote: > > On 08/05/2010, at 3:22 AM, Agossa wrote: > >> I'd also like to know how to add (mlib_jai_mmx.dll, mlib_jai_util.dll, >> mlib_jai.dll) to my maven dependances so that they can be fund at runtime. > > I usually install them into the JRE that maven is using; there are a number of installers > available. Not sure maven gets much of a say in it. Hi Agossa, I think Jody is right - it's not under maven's control. Instead, JAI is supposed to detect the native libraries if you have them installed. As for the exception, I've just built an executable jar with the shade plugin and I get the same error - so at least we know it's not your fault :-) I'll look at it again later today and see if I can spot the problem. Michael |