사용자 도구

사이트 도구


intellij_idea

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
intellij_idea [2018/05/28 14:01]
kwon37xi
intellij_idea [2018/05/28 14:07]
kwon37xi [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)]] 참조.
  
 +===== 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]]
 +  * 특히 Windows 에서 명령행의 명령 길이 제한으로 인해 Java Application 실행시 classpath가 올바로 지정 안 되는 현상이 발생할 수 있다.
 +  * **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]]
줄 63: 줄 72:
   * [[https://intellij-support.jetbrains.com/hc/en-us/articles/207241235|Reporting performance problems – IDEs Support (IntelliJ Platform) | JetBrains]]   * [[https://intellij-support.jetbrains.com/hc/en-us/articles/207241235|Reporting performance problems – IDEs Support (IntelliJ Platform) | JetBrains]]
  
-===== Windows 에서 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]] 
-  * Windows 에서 명령행의 명령 길이 제한으로 인해 Java Application 실행시 classpath가 올바로 지정 안 되는 현상이 발생할 수 있다. 
-  * 실행 설정에서 **Command line shortner** 설정을 해주면 된다. 
  
intellij_idea.txt · 마지막으로 수정됨: 2022/10/17 16:48 저자 kwon37xi