Eclipse vs IntelliJ 개념 비교
이클립스를 사용하면서 인텔리J로 넘어가고 싶은 욕심이 항상 든다.
하지만 개발을 혼자 하지 않다보니 쉽게 넘어 갈수도 없고 주변에 사용하는 사람이 없어, 개념적으로 접근이 어려워서 한번 정리해 본다.
Eclipse | IntelliJ |
---|---|
Workspace(Contains one or more projects) | Project |
Project | Module |
Project-specific JRE | Module SDK |
User Library | Global Library |
Classpath Variable | Path Variable |
Project Dependency | Module Dependency |
Library | Module Library |
This post is licensed under
CC BY 4.0
by the author.