I am trying to install keystone library to windows 7 64bit. Library installed correctly but as it says in the library's website I need to install Java Advanced Imaging library too. I went to the website and download the exe files :
jai-1_1_3-lib-windows-i586-jdk.exe
jai-1_1_3-lib-windows-i586-jre.exe
jai-1_1_3-lib-windows-i586.exe
I have 32bit versions of java 7 and java SE Development kit 7 installed on my computer.
I installed
jai-1_1_3-lib-windows-i586.exe
to
Program Files (x86)\Sun Microsystems\Java Advanced Imaging 1.1.3
and jre and jdk versions into same path as my java jre and jdk path.
But whenever I try to run the keystone CornerPin example code I get an error:
"java.lang.ClassNotFoundException: javax.media.jai.PerspectiveTransform"
while highlighting this line:
surface = ks.createCornerPinSurface(400, 300, 20);
I need help to figure out what I am missing while installation. Thank you.
2