Previous Topic: Change the Java Runtime Environment

Next Topic: CA OM Web Viewer and WebSphere


Parameter Required for Java 1.6

If you are running on Java 1.6 and encounter the following error:

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