JSP Development Environment for mac

작성: 2021.03.11

수정: 2021.03.11

읽는시간: 00 분

IT ⁄ Computer/Mac

반응형

Development Environment

Tech Stacks I chose this time

  • MacBook Air M1 (Big Sur 11.2.3)
  • JDK 1.8
  • Eclipse 2020-06
  • Apache Tomcat 8.5.63
  1. JDK 1.8

I already have JDK 1.8 installed on my mac so I'll pass this step.

  1. Eclipse 2020-06
  • Why 2020-06 ?

download link is below. you should choose fastest mirror by clicking "Select Another Mirror" not the default one

Now I successfully launched Eclipse 2020-06.

It's time to setup workspace preferences

You need to change some encoding types to utf-8, on windows you should changed most of it but on mac most of them are already "utf-8" so do not need to worry.

change all Text to utf-8

but only Java Properties File should stay IOS-8859-1

Disable All Validations, and then

activate DTD Validator for ibatis XML code assistance.

we'll make JSP files so check them

they are for validation check of XML, XSL

don't need Spelling check as well.

disable auto activation to reduce Eclipse's resource

  1. Apache Tomcat 8.5.63

download Apache Tomcat.

if you are on Windows, click zip. mine is mac OS so i chose tar.gz

leave it somewhere you want

now come back to Eclipse

No servers are available. Click it!

choose what you have

hit "Browse" button

find where it is.

don't forget to choose JRE as well.

Add any projects you want

It's all done ! enjoy

if your server port number is 80 you don't need to type it but anything else then

  • if your port number is 8080

localhost:8080/  

 

 

 

if you have more than one Eclipse on your mac, and would like to change the Eclipse icon check out the link below :

shanepark.tistory.com/34

 

mac 이클립스 아이콘 변경하기

학원 수업에서 이클립스로 파이썬을 하다보니, 2020-12 이클립스가 파이썬으로 잔뜩 튜닝이 되었습니다. 자바 프로젝트 코딩에서 살짝 불편함이 생기던 와중, egov 프레임워크가 2020-12 를 아직 지

shanepark.tistory.com

 

 

 

 

[ 3월 14일 추가 ]

2020-06 버전을 4일간 사용하며 보니 뭐가 문젠지 m1 맥과 굉장히 안맞습니다.

여러 버전을 받아 사용을 해 본 결과, 최신버전인 2020-12 버전이 제일 좋고.

추가로 다운 받는다면 2019-12 버전을 추천합니다. 꽤 안정적입니다.

특히 로딩 화면이 모든 버전중에 제일 간지납니다.

 

[3월 15일 추가]

제 기준 쓸만한 이클립스는 2020-12 뿐입니다. 2019 버전들은 java8로 구동시 탭들 옮기는게 제대로 작동하지 않았습니다. 2020-12 는 자체 jre를 갖춰서 그런지 그런 문제가 없습니다. 최신 자바를 설치해서 사용하시든 아니면 자바 8을 사용할 예정이면 2020-12 쓰길 추천합니다

 

[3월 23일 추가]

새로 배포된 2021-03 이클립스가 몇일 써본결과 매우 만족스럽습니다. 제 기준에 m1 맥에서 쓸만한 이클립스가 2020-12 하나뿐이었는데, 하나 더 늘어서 아주 기쁩니다.  새로운 버전 배포 이후로는 2021-03버전을 jsp 코딩에, 2020-12 버전을 파이썬 코딩에 사용하고 있습니다.

이클립스가 여러개여서 혼동된다면 아래링크를 참고해 아이콘을 변경하고 사용하면 좋습니다.

shanepark.tistory.com/34?category=1182535

 

mac 이클립스 아이콘 변경하기

학원 수업에서 이클립스로 파이썬을 하다보니, 2020-12 이클립스가 파이썬으로 잔뜩 튜닝이 되었습니다. 자바 프로젝트 코딩에서 살짝 불편함이 생기던 와중, egov 프레임워크가 2020-12 를 아직 지

shanepark.tistory.com

 

반응형