• Home

My Codegate

  • Home

인텔리제이 콘솔 command line 숨기는 방법

2023/12/01 Posted by Codegate IntelliJ No Comments

인텔리제이에서 프로젝트 실행 시 콘솔창에 .jdks\openjdk-21\bin\java.exe 이런 식으로 자바 실행 경로가 깔리면서 내 컴퓨터의 경로와 프로젝트 명, 클래스 명 등등도 같이 노출이 되는데, 이걸 보이지 않게 하고 싶고, 여기에 다 끝나면 나오는 Process finished with exit code 0 이것도 보이지 않게 하려고 한다

방법은 Console 창에서 해당 코드에 우클릭 후 Fold Lines Like This를 눌러주면 되는데

Process finished with exit code 0의 경우에는 바로 OK를 누르면 끝이지만, ~java.exe로 이어지는 실행 경로는 매 실행시마다 변하는 값이 있고, 다른 클래스, 프로젝트에는 적용이 되지 않기 때문에 편집 버튼을 눌러준 후

java.exe 뒤의 모든 값을 지워준 후 OK를 눌러주자

인텔리제이 콘솔 command line 숨기는 방법

이후 다시 프로젝트를 실행해보면 지정한 command line이 숨겨져서 나오는 것이 보이는데, 클릭 시에는 원래처럼 다시 볼 수 있는 상태가 된다.

No Comments
0

Leave a Reply Cancel Reply

Introduction

My Codegate

Latest Posts

  • Google Search Console API 연동방법
  • 인텔리제이 Gradle Dependency 최신 버전 보는 방법
  • Wallet-Tracker 개발일지
  • Moralis API 자바로 호출방법
  • IntelliJ Commit 후 Push 따로 하는 방법

Categories

  • My Project (4)
  • Java (42)
  • Algorithm (161)
    • Java (152)
    • Algorithm Knowledge (3)
    • Algorithm site usage (6)
  • Vue.js (1)
  • Spring (4)
  • Docker (2)
  • IntelliJ (20)
  • Uncategorized (7)

Recent Comments

  • Codegate on Hello world!
  • A WordPress Commenter on Hello world!

© 2025 — mycodegate.com

Prev Next