자바(JAVA)

자바 설치 과정과 배우는 루트, 그리고 도움이 되는 사이트와 조언

인터넷정보마케팅 2024. 2. 3. 12:31

일반용 자바는 여기에서 다운로드 받을 수 있다.

Java | Oracle

 

Java | Oracle

데스크톱 애플리케이션용 Java 얻기

www.java.com

 

 

 

그 다음은 JDK SE 최신용을 얻어야 한다.

Java Downloads | Oracle

 

Download the Latest Java LTS Free

Subscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the experts.

www.oracle.com

이곳에서 다운로드 받을 수 있다.

 

 

자바 기반 프로그램을 프로그래밍하고, 실제로 컴파일하기 위해서는 Eclipse라는 프로그램이 필요하다.

Eclipse Downloads | The Eclipse Foundation

 

Eclipse Downloads | The Eclipse Foundation

The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 415 open source projects, including runtimes, tools and frameworks.

www.eclipse.org

 

또는 이클립스가 아니더라도 비주얼 스튜디오 코드를 통해 프로그래밍할 수도 있다. 비주얼 스튜디오 코드를 사용할 때는 한국어 확장팩을 설치하는 것을 잊지 말아야 한다.

Visual Studio Code - Code Editing. Redefined

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

code.visualstudio.com

 

 

 

......이클립스 프로그램을 잘 다루기 위해서는 기본적인 파일 구조를 알아야 한다.

 

파일 탐색기 가장 위의 MEMO는 프로젝트 이름이다. JRE System Library는 자바 릴리스 버전으로서 저걸 바꾸면 프로그램 문법 표기 등이 달라지게 된다. 프로젝트 폴더 하위로 src가 있다. 그건 패키지와 클래스를 만들기 위해 반드시 필요하다. src안에는 패키지가 들어가 있고, 클래스를 모아둔 거라고 하면 된다. 클래스 파일들은 .java의 확장자명으로 이루어져 있으며, 여기다가 코드를 작성한다. 클래스들 중에 module-info가 있는데, 그 파일은 후에 서술할 awt나 swing, jpanel등을 사용하기 위해 거기다가 코드를 작성할 것이다.

 

 

처음 자바를 사용한다면 '점프 투 자바'라는 책을 통해서 입문해볼 수도 있다. 대세는 인터넷 검색이나 유튜브를 통해서 기본적인 사항을 체크하고 넘어갈 수도 있다.

 

자바는 전 세계 사람들이 이용하는 언어이기 때문에 어느 수준 이상으로 진입하려면 영어로 된 자료 탐색이 필수이다. 혹여 당신이 수준급의 실력을 가지기 원한다면 다음과 같은 지식 습득을 제안해 볼 수도 있다.

Learn to become a modern Java developer (roadmap.sh)

 

Learn to become a modern Java developer

Community driven, articles, resources, guides, interview questions, quizzes for java development. Learn to become a modern Java developer by following the steps, skills, resources and guides listed in this roadmap.

roadmap.sh