사용자 도구

사이트 도구


intellij_idea

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
intellij_idea [2018/05/28 14:06]
kwon37xi [Windows 에서 Java Application 실행시 Classpath 가 올바로 지정 안 되는 현상]
intellij_idea [2018/09/11 11:11]
kwon37xi [Multiple Project]
줄 2: 줄 2:
   * http://www.jetbrains.com/idea/   * http://www.jetbrains.com/idea/
   * [[intellij_idea:config|IntelliJ IDEA Config 설정]]   * [[intellij_idea:config|IntelliJ IDEA Config 설정]]
 +  * [[intellij_idea:plugin|IntelliJ IDEA Plugins]]
   * [[https://www.jetbrains.com/toolbox/app/|JetBrains ToolBox]] JetBrains의 각종 IDE를 통합관리   * [[https://www.jetbrains.com/toolbox/app/|JetBrains ToolBox]] JetBrains의 각종 IDE를 통합관리
   * [[http://www.jetbrains.com/idea/documentation/migration_faq.html|FAQ for Eclipse User]]   * [[http://www.jetbrains.com/idea/documentation/migration_faq.html|FAQ for Eclipse User]]
줄 57: 줄 58:
   * 특히 Windows 에서 명령행의 명령 길이 제한으로 인해 Java Application 실행시 classpath가 올바로 지정 안 되는 현상이 발생할 수 있다.   * 특히 Windows 에서 명령행의 명령 길이 제한으로 인해 Java Application 실행시 classpath가 올바로 지정 안 되는 현상이 발생할 수 있다.
   * **Run/Debug Configuration** 설정에서 **Command line shortner** 설정을 해주면 된다.   * **Run/Debug Configuration** 설정에서 **Command line shortner** 설정을 해주면 된다.
 +    * 실행 환경이 뭐냐에 따라 어떤 방식이 올바로 작동하는지 확신할 수 없으므로 이것 저것 테스트 해봐야 한다.
     * None : 아무것도 안함     * None : 아무것도 안함
     * JAR Manifest : ''classpath.jar'' 를 생성하고 ''MANIFEST.MF''에 ''Class-Path'' 속성으로 처리     * JAR Manifest : ''classpath.jar'' 를 생성하고 ''MANIFEST.MF''에 ''Class-Path'' 속성으로 처리
     * classpath file : 별도 파일을 생성해 클래스패스 적어줌.     * classpath file : 별도 파일을 생성해 클래스패스 적어줌.
     * User-local default : Intellij 과거 방식.     * User-local default : Intellij 과거 방식.
 +
 +===== Multiple Project =====
 +  * 하나의 프로젝트 창에서 여러 프로젝트(모듈말고)를 보고 싶을 때는
 +  * **Empty Project**를 생성하고,
 +  * 다른 프로젝트들을 이 프로젝트의 Module로 import한다.
 +  * [[https://stackoverflow.com/questions/8774024/intellij-working-on-multiple-projects/40818540#40818540|IntelliJ: Working on multiple projects - Stack Overflow]]
 +  * [[https://plugins.jetbrains.com/plugin/7897-armory|Armory]] 다중 프로젝트 빠른 선택. ''Alt-A''
 ===== 참조문서 ===== ===== 참조문서 =====
   * [[http://www.jetbrains.com/idea/documentation/ssr.html|IntelliJ IDEA Structural Search & Replace]]   * [[http://www.jetbrains.com/idea/documentation/ssr.html|IntelliJ IDEA Structural Search & Replace]]
intellij_idea.txt · 마지막으로 수정됨: 2022/10/17 16:48 저자 kwon37xi