Download Sicecas

Downloaden

Download this file: sicecas.jar (about 180Kb)
If clicking this link produces a screen full of rubbish, try to hold the shift key while clicking the link.
When using Sicecas under windows, you can also download sicecas.bat (if you use Java 1.1.x) or sicecas2.bat (if you use Java 1.2.x) and save it in the same directory as sicecas.jar. By simply double-clicking the sicecas.bat icon, the program will start.
From Sicecas 0.002 on, you can double click the .jar file itself and the .bat files are superfluous.

You can download Java itself for free at Sun: JRE 1.1 (sicecas.bat is intended to go with this one) or JRE 1.2 (sicecas2.bat for this one). JRE actually means ``Java Runtime Environment'', a package containing everything to run Java programs. There are also ``Development Kits'', containing stuff to write Java programs yourself: JDK 1.1 and SDK 1.2. Of course, Sicecas also works under these developmekt kits.

Usage

Instructions: start with
jre -cp sicecas.jar sicecas.Main
for Java 1.1 or
java -cp sicecas.jar sicecas.Main
for Java 1.2. From Sicecas 0.002 on you can simply suffice with
java -jar sicecas.jar
When working under windows, you can also double click sicecas.jar, sicecas.bat or sicecas2.bat (see above).
If you want, you can start Sicecas directly from the web without installing anything by using the applet-version. Unfortunately, some things don't work as well in the applet version under some browsers ...

The source code is also available.

Back