How can IntraVUE work in an Active-X control?
Microsoft Window’s comes with its own Java Virtual Machine (JVM), however it is only compatible with Java 1.1. The IntraVUE browser interface uses the Sun Java Runtime Environment and features starting with Java 1.2. Active-X controls will typically load and use the Microsoft JVM. To have IntraVUE work in an Active-X container, you must disable the Microsoft JVM. When the Windows operating system does not find the JVM it will load the Sun JRE, if it is installed. The steps to follow are: 1. In the Start Menu select Run and paste the following “regsvr32 -u msjava.dll” (without quotes). Select OK and you will see a message similar to “DllUnregisterServer in msjava.dll succeeded.”, select OK to close the message. 2. IntraVUE will now display in the Active-X control. 3. If/When you want to restore the Microsoft JVM, repeat step 1 with the following text “regsvr32 msjava.dll”. There are instructions on the Sun website to switch between the Sun and Microsoft JVM’s using Internet Explorer opt