From: Michael B. <mic...@gm...> - 2010-05-12 01:43:19
|
On 12 May 2010 00:41, Agossa wrote: > > > Thanks Michael, > > It doesn't fix. I get the same exception for the image file. See below. > Bummer. The executable jar is working for me with those dependencies and the shade plugin set up in the pom as you have it. I'm afraid I don't have another suggestion right now. > I did install all those dll in my JDK and JRE already. I was wondering if > the final user of my application will get the program run without installing > all those dynamic libraries. JAI will run in pure java mode if the native libs are not on the classpath, so they are not strictly required. On Windows they provide accelerated processing. On OSX the equivalent libraries are somewhat broken and you have to disable them if you want correct results form some JAI operations. Michael |