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
| Copyright © 2011 CA. All rights reserved. |
|