사용자 도구

사이트 도구


intellij_idea

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판 양쪽 다음 판
intellij_idea [2018/05/28 14:01]
kwon37xi
intellij_idea [2018/05/28 14:06]
kwon37xi [Windows 에서 Java Application 실행시 Classpath 가 올바로 지정 안 되는 현상]
줄 53: 줄 53:
   * [[https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000114504--Solved-Git-SHH-Private-Key-PAssPhrase|[Solved] Git + SHH + Private Key PAssPhrase – IDEs Support (IntelliJ Platform)]] 참조.   * [[https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000114504--Solved-Git-SHH-Private-Key-PAssPhrase|[Solved] Git + SHH + Private Key PAssPhrase – IDEs Support (IntelliJ Platform)]] 참조.
  
-===== Windows 에서 Java Application 실행시 Classpath 가 올바로 지정 안 되는 현상 =====+===== Java Application 실행시 Classpath 가 올바로 지정 안 되는 현상 =====
   * [[https://blog.jetbrains.com/idea/2017/10/intellij-idea-2017-3-eap-configurable-command-line-shortener-and-more/|IntelliJ IDEA 2017.3 EAP: Configurable command line shortener and more | IntelliJ IDEA Blog]]   * [[https://blog.jetbrains.com/idea/2017/10/intellij-idea-2017-3-eap-configurable-command-line-shortener-and-more/|IntelliJ IDEA 2017.3 EAP: Configurable command line shortener and more | IntelliJ IDEA Blog]]
-  * Windows 에서 명령행의 명령 길이 제한으로 인해 Java Application 실행시 classpath가 올바로 지정 안 되는 현상이 발생할 수 있다. +  * 특히 Windows 에서 명령행의 명령 길이 제한으로 인해 Java Application 실행시 classpath가 올바로 지정 안 되는 현상이 발생할 수 있다. 
-  * 실행 설정에서 **Command line shortner** 설정을 해주면 된다. +  * **Run/Debug Configuration** 설정에서 **Command line shortner** 설정을 해주면 된다. 
 +    * None : 아무것도 안함 
 +    * JAR Manifest : ''classpath.jar'' 를 생성하고 ''MANIFEST.MF''에 ''Class-Path'' 속성으로 처리 
 +    * classpath file : 별도 파일을 생성해 클래스패스 적어줌. 
 +    * User-local default : Intellij 과거 방식.
 ===== 참조문서 ===== ===== 참조문서 =====
   * [[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