On Thu, 23 May 2024 16:11:42 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
> > Short of using a build system, how would I run a manual test with this new > > class? > > I am running from within Eclipse. Here is the command line (remove newlines) > it launches the EmojiTest. I think the key is to add the location of compiled > classes via `-classpath`: Yes this will work, but it requires me to compile `ManualTestWindow.java` before. That's quite a lot of heavy-lifting without tooling support (like you get from Eclipse). Maybe we should integrate the manual tests into the Gradle build, so that running a manual test might be as easy as invoking the application plugin's `:run` task for the manual test. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1413#issuecomment-2127576658