On Thu, Oct 26, 2023 at 1:50 PM Riccardo De Menna <deme...@tuorlo.net> wrote:

> Hi everyone,

Hi!

Welcome to the Tapestry community!

There's a fundamental difference in how Eclipse and IntelliJ idea work
regarding how they build Java code which affects the Tapestry live
class reloading experience.

Every time you save a Java file in Eclipse, it gets automatically and
instantaneously compiled by default (i.e. unless you disable the
"Build automatically" option).
In IntelliJ, as far as I know, Java files are only compiled when
requested (in most cases, when you ask it to build the project). The
shortcut for build is Control-F9, so I guess we have a typo in the
documentation.

Please let me know if you have further questions.

Cheers!

-- 
Thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to