RunJMeterMojo calls forceHeadless overriding intentional -Djava.awt.headless=false set by user
See original GitHub issueHello @Ardesco ,
Great work on test coverage and code cleanup.
Reviewing changes, I notice a change.
Previously, if user had set:
-Djava.awt.headless=false
It was kept.
In master code now, forceHeadless removes and overrides to:
-Djava.awt.headless=true
Is this intentional ?
Issue Analytics
- State:
- Created 4 years ago
- Comments:18 (18 by maintainers)
Top Results From Across the Web
Using Headless Mode in the Java SE Platform - Oracle
This article explains how to use the headless mode capabilities of the Java Platform, Standard Edition (Java SE, formerly referred to as J2SE)....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
or if you want to only add RUN_HEADLESS if there is no headless setting you can do:
I added it to make plugin work on some docker that used headless jvms. So I think it is needed.
To summarize my intention: