Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- bash
- GIT
- IntelliJ
- Eclipse
- netsh
- port
- 단축키
- find
- JavaScript
- plugin
- 네트워크
- Windows
- 줄바꿈 문자
- Source
- xargs
- Windows 10
- profile
- vscode
- grep
- Mac
- tomcat
- context
- ssh
- Quartz
- maVen
- resource
- import
- VirtualBox
- lsof
- web.xml
Archives
- Today
- Total
develog
[vscode] java jdk 설정하고 debug 실행하기 본문
Settings (command + ,) 를 열고 java.configuration.runtimes 를 검색한다
Edit in settings.json 을 클릭한다
"java.configuration.runtimes" 에 jdk 를 추가한다
macOS 에서 JDK 설치 경로
* /Library/Java/JavaVirtualMachines/jdk1.8.0_202.jdk/Contents/Home/bin/java -version
* /opt/homebrew/Cellar/openjdk@17/17.0.12/libexec/openjdk.jdk/Contents/Home/bin/java -version
F5 를 누르고 Java+ 로 실행한다
Comments