To use Softsqueeze first you will need to install:
If you need a different version of Softsqueeze, or want to install
Softsqueeze on a remote PC then follow these instructions:
How to download Softsqueeze
You must download the correct version of Softsqueeze to work with you
slimserver version, Softsqueeze3 requires slimserver 7.7 or
greater. The latest binary distribution is available from the
SourceForge download
area. On Windows or Linux download the .zip file. MacOS users can
install using the .pkg file.
Then once you have downloaded
and uncompressed the Softsqueeze zip
file, double click on the Softsqueeze.jar file to start the application
(on some platforms you might have to start Softsqueeze from the command line).
When you first start
Softsqueeze you will be asked for the server IP
address and Slimserver version. You can change these settings later in
the preferences dialog.
The Slimserver includes a version of Softsqueeze that can be launched
using
either Java Web Start or as a Java applet. Click the Softsqueeze
link in the help section of the slimserver, and the follow the
instructions to start Softsqueeze or by opening one of the following
url's (replace localhost with the hostname
of your slimserver):
http://localhost:9000/html/softsqueeze/applet.html
http://localhost:9000/html/softsqueeze/webstart.html
You can upgrade Softsqueeze as follows;
- Download and
unpack
the Softsqueeze.zip file.
- Locate your slimserver
installation.
For example C:\Program
Files\slimserver.
- Move the contexts of the
Softsqueeze
folder you download into the folder
HTML/EN/html/softsqueeze
.
The restart your slimserver.
Slimserver integration on a OS
X
To update Softsqueeze in the Slimserver
preference pane;
Softsqueeze
can be distributed using Java Web Start
- a technology that allows Java applications to be launched from a web
browser. If you have a web server then you can enable Softsqueeze to
use Java Web Start as follows:
- Unpack the Softsqueeze.zip
file in
your web
server documents folder (for example htdocs in apache).
- Configure you web server to
include
the MIME
type 'application/x-java-jnlp-file' for .jnlp files.
- Edit the softsqueeze.jnlp
file. You
need to
add the absolute path to the jnlp file in the codebase attribute
(relative paths do not work). Change the slimserver
property
value as appropriate for your server.
- Link the softsqueeze.jnlp
file into a
existing
html document.
- Clicking on the link in your
html
document will
then launch the Softsqueeze application and automatically connect to
your server.
In the current release you will get a security
warning when you use Java Web Start to launch Softsqueeze. It will
recommend that you do not run the application because it has not been
correctly signed. Ignore this warning :).
Command
line
To start Softsqueeze from the command line using the java
command you need to:
cd
<Softsqueeze directory>
java
-jar
SoftSqueeze.jar
The source code for the project is available from the GitHub Softsqueeze3 repository. You can browse
the code in your web browser, or use your git client to clone the latest version git clone https://github.com/ralph-irving/softsqueeze3.git
Softsqueeze is released under the GPL license.
© Richard Titmuss
2004,2005