PDH 개발 공부

Intellij IDEA (Jet brain) 자동 빌드 설정 방법 본문

개발 Tip & Tool

Intellij IDEA (Jet brain) 자동 빌드 설정 방법

IFBB 2021. 7. 8. 20:17

참조 https://stackoverflow.com/questions/12744303/intellij-idea-java-classes-not-auto-compiling-on-save

 

Intellij IDEA Java classes not auto compiling on save

Yesterday I switched to IntelliJ IDEA from Eclipse. I am using JRebel with WebSphere Server 7 as well. Everything now seems to be working somewhat fine, except that when I modify a Java file, an...

stackoverflow.com

이클립스 내에선 수정을 하면 자동 컴파일러가 되는데 jet brain은 그런거 같지가 않다

설정 방법

Setting 창에서 체크

 

 

그 후 

 

Ctrl+Shift+A(또는⌘+Shift+AMac에서) 누른 후 Registry 입력

compiler.automake.allow.when.app.running 체크

 

compiler.automake.allow.when.app.running 체크

 

 

 

'개발 Tip & Tool' 카테고리의 다른 글

Visual Studio Code 추천 확장(extension) 플러그인  (0) 2021.11.08
[git] pull 해도 안될때  (0) 2021.08.13
Comments