Requirements

The requirements are the same as for the Jomic-Installer, except that JAI is not optional and must be downloaded and installed.

Installation

  1. Download Jomic-x.y.z.zip, where x, y, and z indicate the version number.

  2. Unzip it.

  3. Copy the file Jomic.jar to any directory you want.

Start

On most platform, you can just double-click the Jomic.jar.

Jomic can also be run from the command line. If your platform does not support clickable JARs, this might be the only way to make it work.

Open a terminal and type:

      java -jar Jomic.jar example.cbz
      
If the Jomic.jar and the comic archive are located in different directories, you have to specify the full path, for example:
      java -jar /usr/local/bin/Jomic.jar ~/comics/example.cbz
      
If you do this regularly, it is convenient to define an alias for that. For example, bash users could add the following line to their .bashrc (or sometimes .profile):
      alias jomic="java -jar /usr/local/bin/Jomic.jar"
      
After opening a new bash, the verbose command from above trims down to:
      jomic ~/comics/example.cbz