[Introduction] [Installation] [Tutorial] [Download]

RectifyIt

Installation

Java 2

To run this software you need Sun's Java 2 Environment. The Java 2 SDK can be downloaded from here. Currently Java 2 is available from Sun Microsystems for Solaris and Windows NT/98/95 Operating Systems. Other Implementations of Java 2 are available for Linux, IBM-AIX, and Digital Unix. RectifyIt has been tested on Solaris and Windows NT.

JAI

Furthermore you need the Java Advanced Imaging API, also available for free from Sun Microsystems under this link. Quote from Sun: "The Java Advanced Imaging API should run on ANY Java 2 Platform. It has only been tested on Win32, Solaris, and Linux (Blackdown JVM)." Refer to the installation guide for help on how to install JAI. Don't forget to include the JAI installation path into your CLASSPATH variable, or install JAI into a standard path.
Some users on Microsoft Windows systems have reported problems like the following:

C:\TMP>java RectifyIt
Exception in thread "main" java.lang.NoClassDefFoundError:
javax/media/jai/RenderedOp

This indicates a miss-installed JAI. You have to set your CLASSPATH to point to the JAI installation. You can set the CLASSPATH variable at runtime like this (assuming JAI is installed in C:\jai1_0\):
java -classpath ./RectifyIt.jar;C:\jai1_0\lib\jai_core.jar;C:\jai1_0\lib\jai_codec.jar;C:\jai1_0\lib\mlibwrapper_jai.jar RectifyIt
 

RectifyIt

Once you have downloaded RectifyIt, copy the JAR file into a directory of your choice. From that directory you can start the program in a UNIX C-shell like this:
java -cp "$CLASSPATH":./RectifyIt.jar RectifyIt

In a Microsoft DOS environment you can try the following:
java -classpath ./RectifyIt.jar RectifyIt or as mentioned above
java -classpath ./RectifyIt.jar;C:\jai1_0\lib\jai_core.jar;C:\jai1_0\lib\jai_codec.jar;C:\jai1_0\lib\mlibwrapper_jai.jar RectifyIt

Alternatively you can include the RectifyIt.jar file into your CLASSPATH variable and run RectifyIt like this:
java RectifyIt


If you find any problems with installing the software please contact me.
 

created by Jan Böhm