본문 바로가기

Develop/IDEA & Editor

Intellij가 실행 안될 때(그외 jetBrains 프로그램 포함)

Windows 기준으로 설명 드립니다

탐색기를 열고 IntelliJ 실행 프로그램이 있는 위치로 이동합니다.

예)
C:\Program Files\JetBrains\IntelliJ IDEA 2018.3.5\bin

위 경로를 복사 한 다음에 

시작 - 실행 - cmd
(Win + R)

C:\Users\[User Name]>cd C:\Program Files\JetBrains\IntelliJ IDEA 2018.3.5\bin
C:\Program Files\JetBrains\IntelliJ IDEA 2018.3.5\bin>idea.bat

위와 같이 명령어를 실행하면 창이 뜨면서 

IntelliJ가 실행되면서 발생하는 로그를 모니터링 할 수 있습니다 에러코드를 확인해서 구글에 검색 해 보시면 원인을 찾으실수 있을 겁니다

그리고 설치를 반복 하셨다면 아래의 설정들이 남아 있어서 실행이 안될 수도 있으니 아래의 사이트를 참고해 주세요

intellij-support.jetbrains.com/hc/en-us/articles/206544519

 

Directories used by the IDE to store settings, caches, plugins and logs

Location of the IDE files depends on the operating system, product and version. 2020.1 and above versions 2019.3.x and below versions Examples for IntelliJ IDEA 2020.3: Windows: Configuration (i...

intellij-support.jetbrains.com

 

고맙습니다