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