이클립스
![👾[tomcat] the selection cannot be run on any server 에러](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2Fb0QPnx%2FbtsHZtel3Hp%2FAAAAAAAAAAAAAAAAAAAAANR9Rde5ZeieHI8CG2P2hREDE_e3qSs3Arrhy0iGk8vK%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3DI6TnmgL8gK5BTyMANg8W21hKFCw%253D)
👾[tomcat] the selection cannot be run on any server 에러
👾 톰캣 서버가 올바르게 등록되지 않았기에 뜨는 오류 에러해결 1. 프로젝트명 우클릭 > Properties 클릭 2. Server 검색 > 에서 연동한 서버를 선택하고 Apply 클릭
👾[Eclipse] 이클립스 An error has occurred. See error log for more details.com.ibm.icu.text.UTF16.isSurrogate(C)Z 에러 해결하기
이클립스를 새로 다운로드 받았더니 오류들이 계속 생긴다 😒 ❗ 오류내용 An error has occurred. See error log for more details. com.ibm.icu.text.UTF16.isSurrogate(C)Z 👉 해결방법 window > preferences > java > Editor > mark occurrences > mark occurrences of the selected element in the current file로 되어있는 체크박스 해제하기!!
![👾[Eclipse] 이클립스 Requesting JavaScript AST from selection 오류 메시지창 끄기](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2F3xWzA%2Fbtr0aQreWMy%2FAAAAAAAAAAAAAAAAAAAAALD4RsONE0MQV7l-GeC_O0G-gXIojw7mR-QytxnRuo-G%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3DJSDKJgalYISJM%252FxiAIBFmayjtN0%253D)
👾[Eclipse] 이클립스 Requesting JavaScript AST from selection 오류 메시지창 끄기
이클립스를 잘 사용하고있는데 Requesting JavaScript AST from selection 오류메시지창이 꺼지지도 않고 계속 뜬다 😂 이 메시지는 Eclipse JSDT(JavaScript Development Tools) 버그로 발생한다고 한다. 오류 메시지창 끄는 방법 택 1 1번 방법 Alt + Shift + O 누르기 2번 방법 토글 아이콘 눌러주기 3번방법 Window > Preference > JavaScript > Editor > Mark Occurrences에서 "Mark occurrences of the selected element in the current file."항목을 체크해제하기!!@!
![📌[Eclipse] 이클립스에 톰캣 서버 등록하기](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FbW2Yid%2Fbtr0imarK6h%2FAAAAAAAAAAAAAAAAAAAAAEBUpK-FjHqb3_LdWfYXw7h2IJTBncWd-OY2YaZ4LnQp%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3DjGx0eEpjynU8Y6S%252FY%252FCnPs8qVa8%253D)
📌[Eclipse] 이클립스에 톰캣 서버 등록하기
이클립스에 톰캣서버를 등록해보자 🛠 1. 이클립스 상단 window - preferences 클릭 2. Server - Runtime Encironments - Add 클릭 3. 본인 버전에 맞는 톰캣 클릭 선택 후 NEXT - Create a new local server 클릭해주기 4. 본인 톰캣 디렉토리 주소 붙여 넣기 후 Installed JREs 클릭 5. Apply and Close 클릭 후 Finish ! 6. Package Explorer에 Servers폴더가 생성되었다면 톰캣 등록 완료 😁
![📌[Eclipse] 이클립스에서 vscode 열기](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FexIVYx%2FbtrQPe73Kkd%2FAAAAAAAAAAAAAAAAAAAAAEty3-3iHhitdbjg7xzBD30s_uN1ewk6CoWi2HtCi6a2%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3DJv%252B6rohohfZXpF6AklZBqF%252FiysY%253D)
📌[Eclipse] 이클립스에서 vscode 열기
VSCODE에서 열고자하는 파일 우클릭 ▶ Open With ▶ Other 클릭 External programs 클릭 ▶ Visual Studio Code 원본 파일 클릭 ▶ OK 완료되었다면, 이클립스 코드가 VScode에 동일하게 나타난다 ! 😆