I have lot of junits that depend upon the same jvm system props. Currentl开发者_开发问答y, I need to add these specifically for each of the junit's. The best I could do was to create a new VARIABLE and then reuse the variable across all these tests. Still, I need to specify this VARIABLE explicitly for each of the tests. Is there any way I can specify this at the eclipse level?
Under Preferences -> Java -> Installed JREs
. You can edit the JRE installation and set default VM arguments.
精彩评论