Re: dll hell

2017-08-29 Thread Martin Gainty
From: Robert Patrick Sent: Tuesday, August 29, 2017 9:36 AM To: Maven Users List Subject: Re: dll hell What exactly are you trying to do with this class? This class appears to be an internal JDK implementation class related to the javax.imageio package. I

Re: dll hell

2017-08-29 Thread Robert Patrick
gt; Sent: Monday, August 28, 2017 5:34 PM > To: Maven Users List > Subject: RE: dll hell > > Since you mentioned DLLs in the subject, I assume this is Windows. > > Is the %JAVA_HOME%/jre/bin directory (where jpeg.dll lives) in the PATH? > > MG>%JAVA_HOME

Re: dll hell

2017-08-29 Thread Martin Gainty
From: Robert Patrick Sent: Monday, August 28, 2017 5:34 PM To: Maven Users List Subject: RE: dll hell Since you mentioned DLLs in the subject, I assume this is Windows. Is the %JAVA_HOME%/jre/bin directory (where jpeg.dll lives) in the PATH? MG>%JAVA_H

RE: dll hell

2017-08-28 Thread mike digioia
nty [mailto:mgai...@hotmail.com] > Sent: Monday, August 28, 2017 4:25 PM > To: users@maven.apache.org > Subject: dll hell > > attempting to call native long initJPEGImageWriter(); in JPEGImageWriter > ..when i call initJPEGImageWriter i get: > > > java.lang.UnsatisfiedLinkE

RE: dll hell

2017-08-28 Thread Robert Patrick
: dll hell attempting to call native long initJPEGImageWriter(); in JPEGImageWriter ..when i call initJPEGImageWriter i get: java.lang.UnsatisfiedLinkError: JPEGImageWriter.initJPEGImageWriter() ive read System.loadLibrary("jpeg") in static initialiser is "supposed to load

dll hell

2017-08-28 Thread Martin Gainty
attempting to call native long initJPEGImageWriter(); in JPEGImageWriter ..when i call initJPEGImageWriter i get: java.lang.UnsatisfiedLinkError: JPEGImageWriter.initJPEGImageWriter() ive read System.loadLibrary("jpeg") in static initialiser is "supposed to load" jpeg library: static {