I\'m sure I\'m missing something really simple... I want to set the system property java.awt.headless to true for my sbt project. Reading the page on p
java.awt.headless
true
A straightforward method would be to edit the batch file or shell script that you use to run sbt and add -Dprop=val
sbt
-Dprop=val