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

Installation |
|
Java 2To 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. |
![]() |
JAIFurthermore 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
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\):
|
|
RectifyItOnce 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:
Alternatively you can include the RectifyIt.jar file into your CLASSPATH
variable and run RectifyIt like this:
|
|
|
If you find any problems with installing the software please contact me. |