JPress 0.1 beta 2 - Readme
Requirements:
To successfully run JPress
you need a java virtual machine for your operating system. If you don't have one
installed i suggest to download the latest JRE available for your operating system
(the minimum version to use with JPress is 1.1.6); you can download JRE or JDK
for Windows and Solaris at http://java.sun.com
, JDK for Linux at http://www.blackdown.org
. You should use JRE1.1.8 or
JDK1.1.8 with Windows or Solaris, JDK1.1.7-v3 for Linux.
Installation:
- Create a new directory.
- Unzip jpress.zip
in this directory.
Running JPress:
Windows:
- Edit the file jpress.bat
(which should be located in the newly created directory) and modify the first
two lines to indicate the disk unit and path of the new directory.
- Double-click jpress.bat.
Unix:
- Edit the file jpress.sh
(which should be located in the newly created directory) and modify the first
line to indicate the path of the new directory.
- Execute jpress.sh.
Other operating systems:
- Make sure your CLASSPATH
enviroment variable contains the three files located in the lib
subdirectory (swingall.jar, mail.jar,
activation.jar). These must be the first three files in CLASSPATH.
- Also make sure that your
CLASSPATH enviroment
variable contains also ".",
which stands for the current directory.
- Go to the new directory
and type java jpress.Main (jre
jpress.Main if you have a JRE instead of a JDK).
Contact us:
For any question or suggestion
please send us an e-mail at: jpress@mclink.it
.