Hi, I try to define additional JVM arguments within the JavaMonitor like this:
-Dthis.is.a.key=value But I have problems to define a "value" with whitespace: -Dthis.is.a.key=this is my value! I have set enclosing quotes, but the application won't start: -Dthis.is.a.key="this is my value!" -Dthis.is.a.key='this is my value!' I have added escape characters: -Dthis.is.a.key=\"this\ is\ my\ value!\" It works, but should I also escape "!" and use single quotes because \! could be a shell command: -Dthis.is.a.key=\'this\ is\ my\ value\!\' What is the preferred way? Thank you André _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com