The Component Enabler runtime component is written in Java and needs the Java Virtual
Machine (JVM) to execute. The Component Enabler runtime files are provided as Java Archive (.jar) files, which contain many individual Java class files. To access the classes within a .jar file, the .jar file must be explicitly named in the CLASSPATH or
TrustedClasspath. This is not like the generated Component Enabler data components, where you need to refer only to the directory preceding the application prefix. The IIS server provides JVM access, but you must ensure that the Component Enabler .jar files are in the CLASS PATH available to the IIS server.
Copy the Component Enabler .jar files to a directory on the server, for example c:\alinc\lib. This directory does not need to be under the Web server directories.
Enter the Component Enabler .jar files in the TrustedClasspath variable in the Registry. To do this, perform the following:
Start regedit.exe
Navigate to HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Java VM
Edit the variable TrustedClasspath to reference the LINCApplet.jar file, for example, c:\NGEN_CE\lib\LINCApplet.jar
Select OK and close regedit.exe