Folks,
I want to set the JVM and
Java Settings in the cold fusion admistrator.
I would like to know the values that I should give in all the text fields under JVM and Java Settings. Actually I am doing all these stuff to parse an XML document using CFML.
The CFadministrator asked to input the following:
Specify any standard JVM initialization options as name-value pairs separated by space(s):
java.lang.Compiler=NONE java.security.manager=java.rmi.RMISecurityManager
Since i am not sure what its saying, i tried giving the following
java.lang.Compiler=NONE java.security.manager=java.rmi.RMISecurityManager
It gave the following error.
Unhandled System exception !
Failed to create JavaVM. JNI_CreateJavaVM returned error code JNI_ERR (this may indicate an unrecognized option
string)
What i am trying to do is parse the xml document. What are the initilisation parameters needed here?
Thanks in advance.