Installing Junicon
-
Download junicon for Linux/MacOS, or junicon.exe for Windows.
-
Download and install the current version of the Java runtime.
You can download Java
here.
-
Make sure java or java.exe is in your path, or
set JAVA_HOME to the location of your Java installation.
-
Optionally, add the junicon executable to your PATH:
Linux/MacOS/Cygwin: export PATH=yourDirectory/junicon:$PATH
Windows: set PATH="yourDirectory/junicon.exe";%PATH%
-
You are ready to go.
All dependencies are already in the distribution, including Groovy.
To see the program options, run
Building Junicon
If you want to build Junicon from source,
-
Download a snapshot of the source, and unzip it.
-
Download and install the current version of the Java JDK.
You can download Java
here.
-
Download and install the current version of Maven.
You can download Maven
here,
and unzip it anywhere you wish.
-
Set M2_HOME to the location of Maven.
Also set JAVA_HOME to the location of your Java JDK installation.
-
Run
or
to build Junicon. Type
at the prompt, or just hit enter.
-
Move junicon or junicon.exe from
to your desired
installation directory, and proceed as above under "Installing Junicon".