Previous Topic: Change the Java Runtime EnvironmentNext Topic: Start or Shutdown CA OM Web Viewer


Parameter Required for Java 1.6

If you encountered the following error while running on Java 1.6:

Java.lang.ClassNotFoundException: [Ljava.lang.String; at ……loadClass(…)

Add the following Java parameter to the arguments you use to launch your web application server; for example, the environment variable JAVA_OPT.

-Dsun.lang.ClassLoader.allowArraySyntax=true