Title pretty much says it all. I’m moving to a new computer setup and I have to run an Eclipse configuration with a -Dvar=value argument. I forget where to put this in Eclipse. The debug configuration arguments tab doesn’t seem to be the right place.
What are these parameters called and where do I enter them in a debug configuration?
Select from main menu Run/Debug Configurations, then choose your debug configuration or create new. Select tab “Arguments” and add your
-D...to “VM arguments” text area.