Suppressing the "Picked up _JAVA_OPTIONS" message

Viewed 58849

I'm using _JAVA_OPTIONS to set some defaults for Java on RHEL. It works fine but now every time I start java I get the following message

Picked up _JAVA_OPTIONS: -foo -bar -baz

is it possible to keep the options but suppress the display of this message.

2 Answers
Related