Hi, Just wanted to let people know about ImageJ, a high powered image display and processing program written in Java. It is used by researchers to create custom applications so it has tons of imaging plugins available. I got it to work on my AA1 by downloading the Linux distribution, got rid of the source and included jre (but save the tools.jar file from the jre so you can compile plugins), then edited the run script to cd into the ImageJ directory and use the already installed Java. Here is my run file: [code] cd /home/user/ImageJ /usr/java/jre1.6.0_07/bin/java -Xmx256m -cp ij.jar:tools.jar ij.ImageJ $* [/code] Jon