Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
TLDR;
Use com.apple.eawt.* as fallback to com.apple.mrj.* if applicable.
Needed for AdoptOpenJDK 8
Pull request follows
– long version –
Hello!
Im am new to Groovy. I forked the repo from GitHub. Thanks to the easy applicable Readme, its easy to get started with.
With Java 11 in the terminal all tests were running fine. In IntelliJ JDK 8 is used by default. Unfortunately the SwingBuilderConsoleTest failed.
After digging into it, I found a solution for it. I will send you a PR on GitHub.
cheers,
Harald
Attachments
Issue Links
- relates to
-
GROOVY-8460 Calling console.run() causes an error on Mac OS with Java 9
- Closed
-
GROOVY-8718 GroovyConsole MacOS fix required for JDK9+
- Closed
- Testing discovered
-
GROOVY-10078 Allow static variables in Scripts
- Closed
- links to