Hello,
Xith3D uses com.sun.image.codec.jpeg in a few places. In every case the code could be rewritten to use javax.imagio facilities. Is there any reason it was written that way originally?
I recently managed to build Xith3D with gcj and other free software libraries, but in order to do this I had to replace all of the com.sun.image.codec.jpeg code with javax.imageio code.
This page has a little more info on why using com.sun.* packages is a bad idea:
http://developer.classpath.org/mediation/ClasspathMigration
I would like to submit my patches to replace this code. Should I just post them in this forum?
Thanks,
AG