SiteVision Onlinehelp

Java plugin

Here you find information about which client version of Java that should be used. This should under normal cirumstances not be changed, it is used for solving problems with several simultaneous client versions. Contact Senselogic before changing this setting!

The client Java version only matters in the editing mode and not for the visitors of the web site. This version of Java is not related to the version used by the SiteVision server.

Screenshot of the tab Java plugin

Classid

Classid contains information about which Java version should be used on the basis of the versions already installed on the computer. Normally you would like to use the latest installed, hence you specify:

classid=8AD9C840-044E-11D1-B3E9-00805F499D93

Instead of using a specific version e.g. 1.5.0_11

classid=CAFEEFAC-0015-0000-0011-ABCDEFFEDCBA

OBSERVE! Note that this implies that even if a new Java version is installed on the computer the explicitly specified version will be used.
Starting with java 1.5.0_7 there is also the possibility to specify a family of Java releases. In order to use the latest installed Java 1.5 version:

classid=CAFEEFAC-0015-0000-FFFF-ABCDEFFEDCBA

OBSERVE! This only functions with Java 1.5.0_7 or a later version installed on the computer.

Codebase

Codebase is used for specifying from where new Java versions should be fetched. Here is a list of the available downloading sites from Sun. In the codebase you can also specify the oldest possible version to use.

Example

Use the latest installed version of Java (recommended). The oldest possible version to use is 1.5.0_11. If there is an older version than 1.5.0_11 the user receives a question if he/she would like to download and install 1.5.0_11.

classid=8AD9C840-044E-11D1-B3E9-00805F499D93
codebase=http://java.sun.com/update/1.5.0/
jinstall-1_5_0_11-windows-i586.cab#Version=1,5,0,11

Use a specific version 1.5.0_11. If this version is not installed the user will receive a question if he/she would like to download and install the version.

classid=CAFEEFAC-0015-0000-0011-ABCDEFFEDCBA
codebase=http://java.sun.com/update/1.5.0/
jinstall-1_5_0_11-windows-i586.cab#Version=1,5,0,11

Use the latest version in the Java 1.5 family. The oldest possible version to use is 1.5.0_10. If there is an older version than 1.5.0_11 the user receives a question if he/she would like to download and install 1.5.0_11. If there a later versions of java 1.5 available the user will receive a question if he/she would like to download and install the version.

classid=CAFEEFAC-0015-0000-FFFF-ABCDEFFEDCBA
codebase=http://java.sun.com/update/1.5.0/
jinstall-1_5_0_11-windows-i586.cab#Version=1,5,0,10

OBSERVE! The codebase-lines are for readability purposes in the examples divided on two lines. It should be typed on the same line.

More information

On Sun´s web site you find more information about classid and codebase for applets.
http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/using_tags.html
http://java.sun.com/javase/6/webnotes/family-clsid.html

help-cluster-2.sitevision.net