On Wed, 24 Apr 2024 20:05:34 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Done. >> >> I opened the project in Eclipse (instead of IntelliJ). How can I run the >> test in Eclipse? >> >> A simple "run" does not work, because the output is then: >> >> >> WARNING: Unknown module: javafx.base specified to --patch-module >> WARNING: Unknown module: javafx.web specified to --patch-module >> WARNING: Unknown module: javafx.controls specified to --patch-module >> WARNING: Unknown module: javafx.graphics specified to --patch-module >> >> >> How do I need to modify the JUnit "run configuration" inside Eclipse? > > @koppor Running the test in Eclipse is optional, so maybe Andy can test that. > As long as the test runs in gradle, that's sufficient. optional, yes, and I verified that the eclipse config change is good. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1442#discussion_r1578465723