1
Programmers Den / uweschmidt's Wiimote Whiteboard
« on: August 31, 2009, 10:23:25 AM »
I'm new to programming and I don't know how to "install" Java Advanced Imaging. Here is the link -
https://jai.dev.java.net/binary-builds.html
I've downloaded all four of them (I'm running windows) and installed the exe and include the JAR file to my cross path and nothing (tried each individually). This is a problem because in order to compile the src code you need to have JAI "installed". If it means anything i am getting this error -
on this line -
the compiler can not find "Jail18N"
How do you install JAI?
Any help is greatly appreciated, sorry if this a noob type of question.
https://jai.dev.java.net/binary-builds.html
I've downloaded all four of them (I'm running windows) and installed the exe and include the JAR file to my cross path and nothing (tried each individually). This is a problem because in order to compile the src code you need to have JAI "installed". If it means anything i am getting this error -
on this line -
Code: [Select]
throw new IllegalArgumentException(JaiI18N.getString("Generic0"));
the compiler can not find "Jail18N"
How do you install JAI?
Any help is greatly appreciated, sorry if this a noob type of question.