I am writing an applet that takes an image (with integers for size (:-
p, decimals cause the applet to not even load I found out via this
list, thanks)). The applet loads the image, allows me to select the
areas to write to new files and then give me
java.lang.NoClassDefFoundError: javax/imageio/ImageIO (I can give the
rest of the stack trace, but it is just a bubble from the event...)
when it tries to create the image (in memory, which is base64'd and
then set to a php script to be written to the server).
I can compile and run the example on this page: http://
weblogs.java.net/blog/chet/archive/2004/07/imageio_just_an.html (it
uses ImageIO to resize the pics in a directory and write them to
the ./scaled it creates)
I can compile my applet. I even explicitly import
javax.imageio.ImageIO (instead of javax.imageio.*). The browser
tries to load the class from the server and fails (obviously).
I would appreciate any help anyone could give me.
Thanks,
Jim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden