Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Neon not using "Default VM arguments"
Neon not using "Default VM arguments" [message #1721191] Mon, 25 January 2016 15:08 Go to next message
Kaj Hejer is currently offline Kaj HejerFriend
Messages: 11
Registered: July 2009
Junior Member
I'm setting a system property for the checked JRE in Java -> Installed JRE by adding "-Dfoo=bar" to "Default VM arguments"

In Mars the system property I define here is available to my unittest so I get it using
System.getProperty("foo")


When doing the same in Neon I get "null".

Is this a known issue?

I searched the eclipse bugzilla, but did not find any maching issue.

Thanks!

Smile
Re: Neon not using "Default VM arguments" [message #1721194 is a reply to message #1721191] Mon, 25 January 2016 15:33 Go to previous message
Kaj Hejer is currently offline Kaj HejerFriend
Messages: 11
Registered: July 2009
Junior Member
My fault!

Eclipse used another JRE than the one I checked. I now deleted all the other JREs and now this works just fine.

Sorry for the noice!
Previous Topic:What Eclipse did to tomcat7 to make the performance more than double
Next Topic:running Java program problem
Goto Forum:
  


Current Time: Fri Apr 19 14:24:19 GMT 2024

Powered by FUDForum. Page generated in 0.02403 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top