ImageJ on AA1

Discussion in 'Linux' started by hiker_jon, Aug 26, 2008.

  1. hiker_jon

    hiker_jon

    Joined:
    Aug 24, 2008
    Messages:
    28
    Likes Received:
    0
    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 $*
    
    Jon
     
    hiker_jon, Aug 26, 2008
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.