I use custom variables for VM args when running my unit tests. Is there a way to export and import these from another Eclipse project?
Asked
Active
Viewed 115 times
0
-
try this, https://stackoverflow.com/questions/2502518/eclipse-export-running-configuration – Arun Prasat Jul 22 '19 at 16:33
-
That exports the launch configs, but unfortunately does not include the variable definitions that would be referenced. – ABC123 Jul 22 '19 at 17:24
-
Where are your vars defined? – LMC Jul 22 '19 at 18:03
-
They appear to be stored in preferences/string substitution. – ABC123 Jul 22 '19 at 20:49
1 Answers
0
The string substitution is stored in preferences/string substitution. I was able to export and import General/Preferences and the string variables were populated.

ABC123
- 1,037
- 2
- 20
- 44