// SCOL JAVA SERVER INSTALL /* On windows */ - Install the java vm 1.6 or later - copy the bouncy castle jar files from http://www.bouncycastle.org/latest_releases.html to "C:\Program Files\Java\jre6\lib\ext\" - launch scolserver.bat - You can modify the default server port "8080" by editing the value in scolserver.bat /* On linux */ - Install the java vm 1.6 or later (openjdk-6-jre) - copy the bouncy castle jar files from http://www.bouncycastle.org/latest_releases.html to "/your java path/jre/lib/ext/" ("/usr/lib/jvm/java-6-openjdk/jre/lib/ext/" by default on debian) - launch scolserver.sh (./scolserver.sh &) - You can modify the default server port "8080" by editing the value in scolserver.sh usage : java -jar scolserver.jar port logfile exemple : java -jar scolserver.jar 8080 scolserver.log