JAVA Tech VERSION 3.0 Marine Radio User Manual


 
9
99
9
Installing ViewONE
To install ViewONE on your web site you must first download the ‘Update’ zip file from the
Daeja web site. This can be found by visiting www.daeja.com/pub/start/downloads.html
After unzipping the downloaded file you should have a directory named “v1files”. This
directory contains the essential files required to install and use ViewONE.
Copy all files found in the “v1files” directory to your web server, preferably in a separate
directory similarly named.
ViewONE Standard
If you have downloaded ViewONE Standard (with or without the Print Accelerator or
Annotations optional modules), then to use ViewONE on your web site, setup a web page
containing the following HTML…
<APPLET CODEBASE = “.”
ARCHIVE = “ji.jar”
CODE = “ji.applet.jiApplet.class”
NAME = “ViewONE”
WIDTH = “100%”
HEIGHT = “97%”
HSPACE = “0”
VSPACE = “0”
ALIGN = “middle”
MAYSCRIPT=”true”>
<PARAM NAME=“cabbase” VALUE=“ji.cab”>
</APPLET>
HTML
: