Is there a trick to define a system property for the JVM with the new f-m-p ?
Regards,
Charles
--
You received this message because you are subscribed to the Google Groups "fabric8" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fabric8+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Regardless, you're mixing up environment variables & system properties. As James said in his reply, the environment variable name is JAVA_OPTIONS & the value should contain the system properties you want to set, just as you would on the command line, e.g. -D....
--
You received this message because you are subscribed to the Google Groups "fabric8" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fabric8+u...@googlegroups.com.