java - Information about _JAVA_OPTIONS -


can explain java when _java_options environment variable defined & when application launched on windows machine?

you can use _java_options pass default options any jvm process started on system.

for example,

set _java_options=-dsun.java2d.noddraw=true 

when jvm starts, parses value of _java_options if parameters @ command line of java. can see passed parameters via jvisualvm.

for more information, read blog post: what discovered while trying pass default jvm parameters


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -