|
Download fully functional 30 day evaluation.
myVuz has been designed using the Java programming language. This allows myVuz to run
on a wide variety of platforms*. Make sure that you
download the installer for your particular operating system.
If you decide to download an installer without a VM please make sure that you already have
a Java VM (1.4.2 or higher) installed on your system. If you are not sure what all
this means then simply download the installer that includes a VM - it will be a larger download but
it will ensure compatability.
* although installers are available for a multiple platforms, myVuz was developed
and has been tested only on Windows 2000/XP and Linux (Redhat 9.0).
Available Installers
Windows Instructions:
Instructions
- After downloading, double-click
vinstall.exe
Notes
- If you do not have a Java virtual machine installed, be sure to download the package above which includes one.
(Go To Top)
Linux Instructions:
Instructions
- After downloading open a shell and,
cd to the directory where you downloaded the installer.
- At the prompt type:
sh ./vinstall.bin
Notes
- If you do not have a Java virtual machine installed, be sure to download the package above which includes one. Otherwise you may need to download one from Sun's Java web site or contact your OS manufacturer.
(Go To Top)
All Other Platforms Instructions:
Instructions (Unix or Unix-like operating systems)
- For Java 2, after downloading, type
java -jar vinstall.jar
- For Java 1.1, after downloading, type
jre -cp vinstall.jar install
- If that does not work, try
java -classpath [path to]classes.zip:vinstall.jar install
- If that does not work either, on sh-like shells, try
cd [to directory where vinstall.jar is located]
CLASSPATH=vinstall.jar
export CLASSPATH
java install
- Or for csh-like shells, try
cd [to directory where vinstall.jar is located]
setenv CLASSPATH vinstall.jar
java install
Instructions (for other platforms)
- Be sure you have Java 1.1.8 or later installed. You can download Java from Sun's site
- In a console window, change to the directory where you downloaded
vinstall.jar to before running the installer
- Your operating system may invoke Java in a different way. To start the installer, add
vinstall.jar to your CLASSPATH, then start the main class of the installer named install
(Go To Top)
InstallAnywhere is a registered trademark of Zero G Software, Inc.
Mac OS X is a registered trademark of Apple Computer, Inc.
Solaris and Java are trademarks of Sun Microsystems, Inc.
Windows is a registered trademark of Microsoft Corporation.
All other marks are properties of their respective owners.
|