Hello,
I'm trying to write an applet that shows the exif information of a jpeg
image. For displaying this information I'm going to use the classes
found on this website http://www.drewnoakes.com/code/exif/.
But, they are in an jar file. Is there a way to import this jar file
into my applet so I can use the classes and methods for getting this
information?
Thanks,
Christof Laeremans
I'm trying to write an applet that shows the exif information of a jpeg
image. For displaying this information I'm going to use the classes
found on this website http://www.drewnoakes.com/code/exif/.
But, they are in an jar file. Is there a way to import this jar file
into my applet so I can use the classes and methods for getting this
information?
Thanks,
Christof Laeremans
Comment