Windows Instructions:
Instructions
- After downloading, double-click
install.exe
- Accept the license agreement when prompted, then click Next.
- Follow instructions provided by installer. In the panel titled "Choose Java VM", select a Java VM version 1.4 that is previously installed.
- When the installation program is completed, click Done.
Notes
- You may need to install a Java 1.4.2 (or later) virtual machine. You can download one from Sun's Java web site.
- The installation program appears to hang during exit
Under some circumstances, it may take a long time for the installation program to exit and close after completion. Do not forcibly exit the program; it will eventually close down successfully.
Uninstalling Protection!
To uninstall, do one of the following:
- Run the following from the directory where you installed Protection! : Uninstall_Protection\Uninstall Protection.exe.
- Choose Start|Programs|Protection |Uninstall Protection.
- Choose Settings|Control Panel|Add/Remove programs and select "Protection" from the list.
Top
Solaris Instructions:
Instructions
- After downloading open a shell and, cd to the directory where you downloaded the installer.
- At the prompt type:
sh ./install.bin
- Accept the license agreement when prompted, then click Next.
- Follow instructions provided by installer. In the panel titled "Choose Java VM", select a Java VM version 1.4 that is previously installed.
- When the installation program is completed, click Done
Notes
You need to install a Java 1.4.2 (or later) virtual machine. You can download one from Sun's Java web site or contact your OS manufacturer.
- Installing Protection! as "root" This note applies if you are installing Protection! as a super-user through the "su" command or a different user from the one who started the X server process.
XWindows has security restrictions that can cause a GUI application to fail if running the application as a different user than the one logged in. One such case is when you open a terminal window and use the "su" command to become "root". The error message issued is usually 'Xlib: connection to ":0.0" refused by server'. This is a security feature, not a bug. To avoid this problem, open a terminal window and type the following commands:
xhost +localhost
export DISPLAY=yourmachinename:0.0
This command notifies XWindows that any user on your machine is authorized to use your display. After the installation you can run the command:
xhost -localhost
to reset the value to the default.
- Insufficient available disk space reported with NFS volumes mounted
If you have any NFS volumes mounted, the installation may fail with an error reporting insufficient available disk space. If you encounter this error and are certain that you have enough disk space available for installation, disable NFS before installing Protection! , then re-enable it after the installation has successfully completed.
- The installation program appears to hang during exit
Under some circumstances, it may take a long time for the installation program to exit and close after completion. Do not forcibly exit the program; it will eventually close down successfully.
Uninstalling Protection!
To uninstall, do one of the following:
- Run the following from the directory where you installed Protection! : Uninstall_Protection\Uninstall Protection
Top
Linux Instructions:
Instructions
- After downloading open a shell and, cd to the directory where you downloaded the installer.
- At the prompt type:
sh ./install.bin
- Accept the license agreement when prompted, then click Next.
- Follow instructions provided by installer. In the panel titled "Choose Java VM", select a Java VM version 1.4 that is previously installed.
- When the installation program is completed, click Done
Notes
You need to install a Java 1.4.2 (or later) virtual machine. You can download one from Sun's Java web site or contact your OS manufacturer.
- Installing Protection! as "root"
This note applies if you are installing Protection! as a super-user through the "su" command or a different user from the one who started the X server process.
XWindows has security restrictions that can cause a GUI application to fail if running the application as a different user than the one logged in. One such case is when you open a terminal window and use the "su" command to become "root". The error message issued is usually 'Xlib: connection to ":0.0" refused by server'. This is a security feature, not a bug. To avoid this problem, open a terminal window and type the following commands:
xhost +localhost
export DISPLAY=yourmachinename:0.0
This command notifies XWindows that any user on your machine is authorized to use your display. After the installation you can run the command:
xhost -localhost
to reset the value to the default.
Another possible side effect of this is that you will get an icon for Protection! installed on your desktop that does not work when selected. To fix this:
- Log back in as root using the "su" command.
- Copy the link created for the icon to your local desktop.
- The installation progress bar stays near the end for a very long time
In most cases, the installation will complete successfully after waiting for a while.
- The installation program appears to hang during exit
Under some circumstances, it may take a long time for the installation program to exit and close after completion. Do not forcibly exit the program; it will eventually close down successfully.
Uninstalling Protection!
To uninstall, do one of the following:
- Run the following from the directory where you installed Protection! : Uninstall_Protection\Uninstall Protection
Top
Mac OS X Instructions:
Instructions
- After downloading, the installer will be recognized by Stuffit Expander and will be automatically decoded. If it does not, you can decode it using
StuffIt Expander
- Accept the license agreement when prompted, then click Next.
- Follow instructions provided by installer.
- When the installation program is completed, click Done
Notes
You need to install a Java 1.4.2 (or later) virtual machine. You can download one from Sun's Java web site or contact your OS manufacturer.
- The installation progress bar stays near the end for a very long time
In most cases, the installation will complete successfully after waiting for a while.
- The installation program appears to hang during exit
Under some circumstances, it may take a long time for the installation program to exit and close after completion. Do not forcibly exit the program; it will eventually close down successfully.
Uninstalling Protection!
To uninstall, do one of the following:
- Run the following from the directory where you installed Protection! : Uninstall_Protection\Uninstall Protection
Top
All Other Platforms Instructions:
Instructions (Unix or Unix-like operating systems)
- For Java 2, after downloading, type
java -jar install.jar
- For Java 1.1, after downloading, type
jre -cp install.jar install
- If that does not work, try
java -classpath [path to]classes.zip:install.jar install
- If that does not work either, on sh-like shells, try
cd [to directory where install.jar is located]
CLASSPATH=install.jar
export CLASSPATH
java install
-
Or for csh-like shells, try
cd [to directory where install.jar is located]
setenv CLASSPATH install.jar
java install
Instructions (for other platforms)
- Be sure you have Java 1.4.2 or later installed. You can download Java from Sun's site
- In a console window, change to the directory where you downloaded
install.jar to before running the installer
- Your operating system may invoke Java in a different way. To start the installer, add
install.jar to your CLASSPATH, then start the main class of the installer named install.
|