Nir, thank you so much! A few minor corrections might be needed.
in Import the Eclipse Projects: - the screenshots are outdated, using much older version of Eclipse, the UI has been changed a bit. The latest Eclipse won't work with java19 without a separate plugin, but i am sure they will fix it soon. - there is an option to 'ignore projects already in the workspace' and I think it must be turned on (I was getting a warning). - we probably should mention that the gradle build should be run after initial checkout, including sdk and apps. This will load and build the dependencies (lucene). Perhaps we should also add a section dedicated to configuring error levels, as the default configuration turns off important warnings and enables too many unimportant ones. Thank you again -andy From: openjfx-dev <openjfx-dev-r...@openjdk.org> on behalf of Nir Lisker <nlis...@openjdk.org> Date: Monday, 2022/11/14 at 18:09 To: openjfx-dev@openjdk.org <openjfx-dev@openjdk.org> Subject: Re: RFR: 8221708 Update Eclipse project files [v4] On Sun, 13 Nov 2022 02:27:55 GMT, John Hendrikx <jhendr...@openjdk.org> wrote: >> See https://bugs.openjdk.org/browse/JDK-8221708 > > John Hendrikx has updated the pull request incrementally with one additional > commit since the last revision: > > Fix controls classpath I updated https://wiki.openjdk.org/display/OpenJFX/Using+an+IDE#UsinganIDE-UsingEclipse. ------------- PR: https://git.openjdk.org/jfx/pull/930