코딩/Java

VSC로 자바하는 방법

new 보라 2023. 11. 27. 20:50

1. JDK 설치 (나는 11로)

 

 

Java Archive Downloads - Java SE 11 | Oracle 대한민국

WARNING: These older versions of the JRE and JDK are provided to help developers debug issues in older systems. They are not updated with the latest security patches and are not recommended for use in production. For production use Oracle recommends downlo

www.oracle.com

 

 

 

2. Extension Pack for Java 설치

 

 

 

 

3. file - preferences -setting에서 

    Java Debugger 들어가서 internalConsole로 바꿔준다

 

 

 

4. .java 파일 만들어서 F5로 실행~