Java AXBridge and Classpath
Hello, all
I have been performing several "baby steps" in order to deploy a class as an ActiveX component from within an application. All steps have proven successful until, as fate would have it, I attempted with the actual class file. The class file itself has dependencies on classes within a jar and I have several JREs installed.
When running, I get the following error:
sun.misc.ServiceConfigurationError: javax.imageio.spi.ImageOutputStreamSpi:
Provider com.sun.media.imageioimpl.stream.ChannelImageOutpu tStreamSpi not
found.
I suspect my app is using a different path or classpath than the one I have defined, which contains the jar file.
Has anyone ever run into this issue and overcome it?
Is there a way to force the classpath/path when using AXBridge?
thanks
__________________
thanks
|