Hi!
I’m encoutering problems with loading the JAI and JIIO natives (.dll) libs in my applet. I call System.loadLibrary, which works fine, but when I call Imageio.getWriterMIMETypes(), then console reports:
sun.misc.ServiceConfigurationError: javax.imageio.spi.ImageOutputStreamSpi: Provider com.sun.media.imageioimpl.stream.ChannelImageOutputStreamSpi could not be instantiated: java.lang.IllegalArgumentException: vendorName == null!
WHY? all libs and jar from JAI and JAI-ImageIO are included in the package and I copy the natives .dll into the current workgin directory successfully.
Mac osx does not seem to fail so far with the same libs for ppc (.jnilib) thus I can use ImageIO with no problem…
