The ICCJ allows for management of multiple ICCR server instances with a user friendly GUI. It's a cross-platform java (thus the need for a J) based GUI application implemented using the JAVA Swing framework. It requires java version 1.8 or greater in order to run.
*NOTE : Java 8 or above, maven and previous building of ICCR required * These instructions will create a zip file that can be deployed and unpacked onto the users PC
- Create a new folder called "ICC"
mkdir ICC - Change directory
cd ICC - Build the ICCR] for dependencies: ICCR Build Instructions
- Clone the repository to ICC
git clone https://github.com/bahamapascal/iccj - Change directory
cd iccj - Clean maven
mvn clean - Compile
mvn compile - Gather dependencies
mvn install - Generate "iccj-.zip"
./release-iccj.bash <VERSION> <GROUP> <USER>for example./release-iccj.bash 1.0.0 root root - Move generated "iccj-.zip" to desired Destination
These instructions presume you have already built or downloaded the iccj-<VERSION>.zip file.
You can download the latest official ICCJ release here: GitHub Releases
(use the iccj-VERSION>.zip file)
For Windows 1.
- Create a new folder and unzip the
iccj-<VERSION>.zipfile - Start the ICCJ by executing the icc.bat file in
~\bin
For Ubuntu/iOS
- Create a new folder
mkdir ICCJ - Change directory
cd ICCJ - Unzip into ICCJ folder
unzip path/to/iccj-<VERSION>.zip -d path/to/ICCJ - Start ICCJ by executing
path/to/ICCJ/bin/icc
Please finde the user guide in our GitHub Wiki here