File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes Image IO classes usage in jdk1.3 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Image IO classes usage in jdk1.3" Watch "Image IO classes usage in jdk1.3" New topic
Author

Image IO classes usage in jdk1.3

Karthik Kris
Greenhorn

Joined: Mar 16, 2006
Posts: 7
Hi

I am using the class Image IO to do certain transformations in a image.
I understand that Image IO is supported only from jdk1.4 onwards. However
the Application Server I am using Oracle App Server 10g which still has
jdk 1.3 incorporated. Is there any workaround to solve the problem .

I tried copying the classes from jdk 1.4 rt.jar. However things did not work I got java.lang.UnsupportedClassVersionError. Is there any other work around. Any help would be highly useful to me...

Thanks
Karthik
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Image IO classes usage in jdk1.3
 
Similar Threads
Reg. - Buffered Image
Hww to get a web browser display a tiff image generated dynamically by JSP
what to use Ordinary threads or java.nio ?
Some times Jboss is not loading updated classes.
cannot create image from image in res folder