About JImager News Requirements Installation Download Author


Installing and Running.

  1. If you want use JImager with JAI ( See requirements page ) , download JAI and install it.

  2. Download actual JImager version from this web site.

  3. Make any directory and copy downloaded file there.

  4. If you have chosen zip packed version unpack it. Jar packed files dont need unpack.

  5. Instructions for running ZIP packed version:
    There are some class and image files after unpack. Executive class file called "jimager.class". For running this program is neccesary to give name of executive class "jimager" as parameter for Java Virtual Machine. Next parameter is path to image file wich run at first. This parameter is unbounded.
    For example:
    To run JImager write this command in your console: "java jimager".
    To run JImager with image called "image.jpg" with path "C:\IMAGES\image.jpg" write this command in your consolle: "java jimager C:\IMAGES\image.jpg".

  6. Instructions for running JAR packed version:
    Go to directory where is JImager placed. Write one from commands in table.If you want starts JImager with any image write image path at the end. ( For example java -jar jimagerXXX.jar Y:\image_path\image.jpg )

    Java version Platform Command for running.
    1.3.X any java -jar jimagerXXX.jar
    1.2.X any java -cp jimagerXXX.jar jimager
    1.1.X Windows java -classpath path_for_java_classes;jimager.jar jimager
    1.1.X Unix The same as in Windows but replace ";" with ":"


  7. If you run JImager with any initial image and it is in current working directory be enough give only file name as parameter. And of course, if your Java Virtual Machine called other as "java" in these examples, replace it with correct command instead.