Every new JavaFx (11 or higher) project under Eclips, requires a VM argument in the "Run Configuration". The information about it is available is the official getting started guide as well as in many SO Q&A such as this one.
How do I automate it ? Have this VM argument added whenever I launch a JavaFx project (but not when I launch a Java project) ?
How can I create a new run configuration template
(as explained here) and have it associated with JavaFx projects ?
A similar question had been asked before , with no good answers.
There are also related Q&A (1, 2) but they do not provide the solution I looking for.