Ok I have an Image that I\'m trying to read. Problem is that the Image.read(file) returns NULL.
File file = new File(\"C:\\\\images\\\\image1.jpg\"); if(file.exi
Ok since I switched laptops, I looked at my old laptop and found this JAR jai-imageio.jar in the jre/ext/lib (I know bad idea). I moved it to my project/lib and it worked! I guess this jai-imageio.jar contains additional image readers.