JAVA 시작하기

youngsung·2023년 12월 28일
0

JAVA

목록 보기
1/3

개발 환경 구성

  • client : Edge, Chrome, FireFox...
  • server : Tomcat 9.x (https://www.tomcat.apache.org/)
  • 공통 : JDK 11 SE
    Java Development Kit 11 Standard Edition (다른버전 EE : Enterprise Ed.)
    • JRE(Java Runtime Environment) / JVM(Java Virtual Machine)
    • 확인법 : cmd / java -version
  • OS : Windows 10 or 11
  • 개발툴 : Eclipse (https://www.eclipse.org/)
  • 개발툴 셋팅 : Perspective (EE, WEB, JAVA...)
  • 개발폰트 - Window -> Preferences -> General -> Appearence -> colors and Fonts : D2Coding
  • 인코딩 설정 (국가별로 다른 Locale) : Window - Preference - enc 필터 : UTF-8(유니코드 Locale)
  • 웹 서버 등록 : Servers 등록 (apache tomcat 9.X)
  • Dynamic Web Project 생성 : html파일 (Run on Server)
profile
To Infinity and Beyond

0개의 댓글

Powered by GraphCDN, the GraphQL CDN