Available HOSTING WIZARD Installers for Enclave™ (No Server Required)

|
Microsoft Windows 95, 98, Me, NT, XP and 2000
Operator Installation
Instructions:
Groopz E-Commerce v2.0 on Windows requires a Java Runtime Environment
(JRE) v1.2 or higher for Windows. You MUST have this installed before running
the installation program. For your convenience, we have included an installation
package that has Sun's JRE 1.3 included. If you don't have a JRE v1.2 (or
better), please select the Installer With VM option.
After downloading, double-click
the InstallGroopzOperator2 icon from the directory where you downloaded
the installer (most browsers download items directly to the desktop).
NOTE: If you choose the installer without the Java Virtual Machine (JVM),
the installation program will prompt you to select a JVM to use with Groopz.
DO NOT select "jview", you need to select IBM's JRE v1.3 (you
may have to use the SEARCH function for the installer to find IBM's JRE). |
 |
MacOS (requires v8.1 - v9.x)
Admin Installation
Instructions:
Groopz requires MacOS v8.1 or better with the latest version of Macintosh
Runtime for Java (MRJ) v2.2.2. Make sure that you have installed the latest
version of MRJ before you run the Groopz installer. MRJ is available at
http://www.apple.com/java/.
After downloading, double-click the InstallGroopzOperator2 icon from the
directory where you downloaded the installer (most browsers download items
directly to the desktop).
The installer is MacBinary encoded and will automatically be decoded after
downloading. If it does not, you can decode it using StuffIt
Expander.
|
 |
Linux/UNIX (requires X-Windows)
Admin Installation
Instructions:
Groopz on Linux requires Sun's JRE 1.2.2. You MUST have this installed
before running the installation program. You can download it from here.
It's approximately 12MB.
After downloading the Groopz installer from the link above, cd to
the directory where you downloaded it.
At the prompt type: sh ./InstallGroopzOperator2.bin |
 |
Solaris for Sparc
Admin Installation
Instructions:
Groopz on Solaris requires Sun's JRE 1.2.2. You MUST have this installed
before running the installation program. You can download it from here.
It's approximately 11MB.
After downloading the Groopz installer from the link above, cd to
the directory where you downloaded it.
At the prompt type: sh ./GroopzOperator1.bin
|
 |
OS/2 Warp
Admin Installation
Instructions:
Groopz on OS/2 requires IBM's JRE 1.1.8. You MUST have this installed
before running the installation program. You can download it here.
It's approximately 7.5MB.
After downloading the Groopz installer from the link above, change to the
directory where you downloaded it.
At the prompt type: jre -cp install.zip install |
 |
Other Java-Enabled Platforms
Instructions
(Unix or Unix-like operating systems):
Groopz requires an up-to-date JRE for your platform. The Server requires
a JVM version 1.2 or higher, while the Operator lets you get by with version
1.1 or higher. You MUST have this installed before running the installation
program. You can download one here.
After downloading the Groopz installer from the link above, change to the
directory where you downloaded it.
At the prompt, type:
jre -cp install.zip install
If that doesn't work, try
jre -classpath [path to]classes.zip:install.zip install
If that doesn't work either, on sh-like shells, try
CLASSPATH=[path to]classes.zip:install.zip
export CLASSPATH
java install
Or for csh-like shells, try
cd [to directory where install.zip is located]
setenv CLASSPATH [path to]classes.zip:install.zip
java install |