JXTASpool 1.0

JXTASpool is part of JAME 6.0
The Java real-time multi-thread fractal graphics platform

Copyright (C) 2001, 2008 Andrea Medeghini
andreamedeghini@users.sf.net
http://jame.sourceforge.net
http://sourceforge.net/projects/jame
http://jame.dev.java.net
http://jugbrescia.dev.java.net

JXTASpool is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

JXTASpool is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details. 

You should have received a copy of the GNU General Public License
along with JXTASpool (see gpl-3.0.txt).  If not, see <http://www.gnu.org/licenses/>.

This product includes software developed by
the Apache Software Foundation (http://www.apache.org/).

This product includes software developed by 
Sun Microsystems, Inc. for JXTA(TM) technology.


How to install the application
  
JXTASpool doesn't require installation; you can unzip the archive in your preferred location.
JXTASpool requires a JRE 1.6.0_03 on Windows and Linux or a JRE 1.5.0_13 on Mac OS X, 
a minimum of 512Mb of memory and 50Mb of disk space. You can download the JRE for 
your operating system from this url http://java.sun.com. 
 

How to run the application

In order to run JXTASpool, use the appropriate launcher for your operating system;
Linux, Mac OS X and Windows are supported. If your operating system isn't 
supported, run this command from the command line: 
java -Xmx512M -jar plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar 

If you need to, you can also set these properties in the command line:
-Djame.maxJobCount=N sets to N the maximum number of running jobs in the spool (default is 5)   
-Djame.workspace=path sets the path of the workspace (default is ${user.home}/JAME-workspace)

If you don't change the workspace path, the first time you run JXTASpool, 
it will create the Derby database in folder ${user.home}/JAME-workspace.
  
The workspace path is saved in the file ${user.home}/JAME.properties.
 