mattcasters commented on issue #5981:
URL: https://github.com/apache/hop/issues/5981#issuecomment-3640742046
The system is supposed to detect GUI land with
```
if (!"GUI".equalsIgnoreCase(Const.getHopPlatformRuntime())) {
return null;
}
```
It appears this is no longer working so we'd have to check all possible
locations where this runtime constant is used.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]