전체 글83 #Eclipse 프로젝트 생성(기본 설정) JAVA 프로젝트 생성 순서 : 프로젝트-패키지-클래스-메서드 1. 프로젝트 만들기 1)이클립스 실행시 내폴더-WORKSPACE 2) WELCOME 창 닫기 JAVA언어 클릭 3) File -New-Java project 클릭 (단축키 Alt+Shif+N) 4) 프로젝트명 : day06 -finish -모듈 Dont create 2. 패키지 src(소스) 만들기 day06 우 클릭- New -package- finish 3. 클래스 Day06Ex 생성된 패키지위에 우클릭 -New -class 검색 Name에 제목 입력 Day06Ex 4. 메서드 main 클래스 만드는 창 하단에 method - public static void main 체크 후 finish 앞으로 main 메서드 .. 2023. 4. 6. # Eclipse 설치(이클립스 설치 및 기본 설정) 이클립스 설치 1. 하단 링크에 접속 https://www.eclipse.org/ The Community for Open Innovation and Collaboration | The Eclipse Foundation The Eclipse Foundation provides our global community of individuals and organizations with a mature, scalable, and business-friendly environment for open source … www.eclipse.org 2. 다운로드 - Download Packages 를 클릭합니다. 3. Eclipse IDE for Enterprise Java Developers에서 Windows 옆에 .. 2023. 4. 6. #JAVA JDK 설치(설정, 환경변수 설정) 자바 설치는 3단계로 나누어 진행하겠습니다. 1. JDK 설치 2. 환경변수 설정 3. 자바 실행 테스트 1. JDK 설치 먼저 자바를 설치하기 위해 하단 링크로 접속함 https://www.oracle.com/kr/java/technologies/downloads/ 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 오라클 계정 만들기 후 로그인 [Products] - JAVA 메뉴에서 Java SE 클릭 다음 지금 윈도우를 사용 중이므로'Windows'에서'x6.. 2023. 3. 21. 이전 1 ··· 18 19 20 21 다음