• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Eclipse: How to specfiy project-specific default working directory and JVM args for new Java/JUnit "run" configurations

statik213

Golden Member
So I'm writing a bunch of unit tests and like to use the JUnit plugin for eclipse to run theses said unit tests. I like the keyboard shortcut ALT+Shift+X, T to run a unit test. If this is the first time I'm running this particular UT it creates a new JUnit run configuration and uses the ${workspace_loc:XXXX} as the working directory.

I'd like to specify an alternate directory as the default working directory and some JVM args to use whenever a new Java or JUnit configuration is made (without having to hunt down the newly created configuration and set them manually) .... is this possible?



 
Back
Top