Re: Setting java.library.path in surefire/maven/netbeans

2014-07-24 Thread Alexander
Hi Arnaud, What version of Java are you using. I am using Java 8U11. Regards Alex On 22/07/14 20:51, Arnaud bourree wrote: I used argLine-Djava.library.path=.../argLine without issue with Netbeans 8 and Surefire 2.17 Arnaud 2014-07-21 22:03 GMT+02:00 Alexander a...@j2anywhere.com: I

Re: Setting java.library.path in surefire/maven/netbeans

2014-07-22 Thread Arnaud bourree
I used argLine-Djava.library.path=.../argLine without issue with Netbeans 8 and Surefire 2.17 Arnaud 2014-07-21 22:03 GMT+02:00 Alexander a...@j2anywhere.com: I would like to test my JAI enabled application, but seem to be getting errors when accessing the JAI components. I suspect this is

Re: Setting java.library.path in surefire/maven/netbeans

2014-07-22 Thread Alexander
Could you post you pom please, just so I can compare. Also did you see the updated setting in the sure-fire report ? On 22/07/14 20:51, Arnaud bourree wrote: I used argLine-Djava.library.path=.../argLine without issue with Netbeans 8 and Surefire 2.17 Arnaud 2014-07-21 22:03 GMT+02:00

Setting java.library.path in surefire/maven/netbeans

2014-07-21 Thread Alexander
I would like to test my JAI enabled application, but seem to be getting errors when accessing the JAI components. I suspect this is caused by the absence of native support. I tried setting the java.library.path using systemProperties as well as argLine, however none of these options result in