1.7.0
[Jacksum.git] / readme.txt
blobb4c349a9190ce719359a0bbc287eca479d477b75
1 Description
2 -----------
3 Jacksum 1.7.0 (July 30, 2006)
4 is a free checksum utility, written entirely in Java (JAva ChecKSUM)
6 Copyright (c) Dipl.-Inf. (FH) Johann N. Loefflmann
7 mailto: jonelo@jonelo.de
10 Requirements
11 ------------
12 A Java Runtime Environment is required (JRE 1.3.1+).
13 The JRE 5.0+ is recommended.
15 Download the latest version from
16   http://java.sun.com/j2se
18 Jacksum runs also on FOSS JVMs
19   GCC with GCJ (http://gcc.gnu.org/java/)
20   Kaffe (http://www.kaffe.org/)
23 Start Jacksum
24 -------------
25 Open a new Terminal (in the Windows-World it is known as "Command Prompt")
26 and start Jacksum by typing
28   java -jar jacksum.jar
30   java -classpath jacksum.jar Jacksum
32   java Jacksum
33   The environment variable called CLASSPATH must be point
34   to jacksum.jar in this case.
36 I recommend to use the Windows batch file (jacksum.bat) or the
37 Unix script (jacksum). You find more instructions in these files.
40 On a FOSS JVMs start Jacksum by typing
42   gij -jar bigal.jar
43 respectively
44   kaffe -jar bigal.jar
47 Updates
48 -------
49 Keep updated by sending an email to
50   mailto:announce-subscribe@jacksum.dev.java.net 
52 Get the latest Jacksum version from
53   http://www.jonelo.de/java/jacksum/index.html
56 Files
57 -----
58 devel/collisions.zip    A collection of collisions
59 devel/jacksum-src.zip   The sources of Jacksum
60 history.txt             A program history
61 jacksum.jar             The Jacksum application
62 license.txt             The License file (GPL)
63 readme.txt              An english readme (this file)
64 readme_de.txt           A german readme
65 unix/jacksum            Script to launch Jacksum under Unix/Linux
66 unix/jacksum.magic      Magic-Record for the Unix/Linux command file
67 windows/jacksum.bat     Batch to launch Jacksum under Windows