java - How do I set up IntelliJ IDEA to redeploy changed resources? -


i use intellij idea , want class should redeployed after make changes. eclipse can this. how work in idea?

i know in run configuration there "on frame deactivation" , set "update classes , resources", not work.

do hit "redeploy" button every time made change in class?

there limitations class reload, in java project. depends on you're using perform reload (if you're using servlet container, etc).

by default, intellij uses hotswap reloading. there limitations though:

at moment due original limitations of java sdk hotswapping possible if method body altered. in other cases (like changing method or class signature), class reload impossible , corresponding error message appears.

that said, instructions configuring application reload can found here.

to configure reloading behavior

  1. on main menu, choose file | settings , , expand debugger node.

  2. open hotswap page.

  3. click 1 of radio buttons in group reload classes after compilation. can opt reload classes, reload after confirmation, or never it.


Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -