Menu

#22 JVM parameter disappears on eclipse restart

Open
open
nobody
None
2016-12-13
2016-12-13
No

We're adding the parameter

-Dspring.profiles.active=dev,name

as JVM parameter.
The parameter is accepted and works.
After restarting Eclipse, the parameter is gone and needs to be added again.
This behavior is only seen with that parameter, the following parameters are never removed:

-Dhttps.proxyPort=8888
-Dhttps.proxyHost=localhost
-Duser.language=en
-Duser.country=US
-Xmx4096m
-Xms256m
-Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true
-Dlog4j.debug=true

Perhaps the comma in the parameter value is causing a hiccup?

Discussion


Log in to post a comment.