Hi, It seems that javax.imageio.spi.ServiceRegistry is even supported by GNU Classpath: http://www.kaffe.org/~stuart/japi/htmlout/h-jdk14-classpath.html
I don't suggest to use GNU Classpath or to say it is supported, but if it's supported there, then chances are good it works everywhere. I agree ServiceRegistry is in the wrong package, that's why I was confused first. See also: See also: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4640520 Thomas On 10/31/07, Marcel Reutegger <[EMAIL PROTECTED]> wrote: > Bertrand Delacretaz wrote: > > Are javax classes guaranteed to be provided in all VMs? > > > > The class in question is javax.imageio.spi.ServiceRegistry, and I'm > > not sure what the rules for javax classes are. So it might be easier > > to write those 10 lines than to find out, but if you have an > > authoritative reference on that I'm all ears! > > see: http://java.sun.com/products/jdk/faq/faq-sun-packages.html > > regards > marcel >
