I need to undate an .tiff image using Java.
There are 4 jars on oracle site to download the jaiImageIO jars.
- jai_imageio-1_0_01-lib-windows-i586-jdk.exe
- jai_imageio-1_0_01-lib-windows-i586-jre.exe
- jai_imageio-1_0_01-lib-windows-i586.exe
- jai_imageio-1_0_01-windows-i586-jar
I downloaded all the four jars, but when I try to run first one i.e jdk.exe getting error "Jdk 1.4 or higher is required" but I already have jdk1.7 installed in my system. Can anyone please suggest me how should I proceed. While running jre.exe its working fine.