MrDingleDangle
Lifer
I am supposed to be using this -
Java Image I/O
and have d/l java files from here
Text
i d/l both Windows (all languages, including English) for JRE and SDK
am I missing something to d/l to get the Image I/O working?
i could not find javax anywhere on my computer
but i cant seem to be able to write a simple program like this
File f = new File("c:\images\myimage.gif");
BufferedImage bi = ImageIO.read(f);
because it doesnt recognize File or BufferedImage...
Java Image I/O
and have d/l java files from here
Text
i d/l both Windows (all languages, including English) for JRE and SDK
am I missing something to d/l to get the Image I/O working?
i could not find javax anywhere on my computer
but i cant seem to be able to write a simple program like this
File f = new File("c:\images\myimage.gif");
BufferedImage bi = ImageIO.read(f);
because it doesnt recognize File or BufferedImage...