RFR: 8330462: StringIndexOutOfBoundException when typing anything into TextField [v22]

Andy Goryachev angorya at openjdk.org
Thu Apr 25 21:07:39 UTC 2024


On Thu, 25 Apr 2024 19:54:37 GMT, Oliver Kopp <duke at 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


More information about the openjfx-dev mailing list