On Thu, 25 Apr 2024 19:54:37 GMT, Oliver Kopp <d...@openjdk.org> wrote:

> ... and no luck with Eclipse ...

I assume you imported the whole jfx repository into Eclipse as a gradle build 
as described here
https://wiki.openjdk.org/display/OpenJFX/Using+an+IDE#UsinganIDE-UsingEclipse

If not, you could still use command line to build and execute tests, and that 
is described here 
https://wiki.openjdk.org/display/OpenJFX/Building+OpenJFX

I admit, there is a bit of pain configuring Eclipse - the main build uses 
gradle and Eclipse has other ideas when it sees a gradle project, but once you 
figure it out (I can help) you can debug in eclipse and it is much easier, in 
my opinion.

On the other hand, we could completely take the IDE out of the picture and just 
run the command line to build and test.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1442#issuecomment-2078173790

Reply via email to