Re: JDK 9 configuration options

2016-09-09 Thread Alan Bateman
On 09/09/2016 16:31, Stephen Felts wrote: : 2. With the new argument syntax in JDK 9 build 132, the launcher arguments now match the command line arguments. That’s a big step in the right direction. However, duplicates are a fatal error. So doing export _JAVA_OPTIONS=-XX:VMOptionsFil

JDK 9 configuration options

2016-09-09 Thread Stephen Felts
It’s common in enterprise applications to have multiple frameworks running in the same JVM.  For example, and application server might have Spring or Birt used in the application.  There are even cases where part of one application server might be used as a library running in the same JVM as ano