톰캣
![👾[tomcat] the selection cannot be run on any server 에러](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fb0QPnx%2FbtsHZtel3Hp%2F53opqin8E2a08AtJ9yxvo1%2Fimg.png)
👾[tomcat] the selection cannot be run on any server 에러
👾 톰캣 서버가 올바르게 등록되지 않았기에 뜨는 오류 에러해결 1. 프로젝트명 우클릭 > Properties 클릭 2. Server 검색 > 에서 연동한 서버를 선택하고 Apply 클릭

예외 처리 / 자바 API / Object 클래스 / class 클래스 / tomcat설치
2022 / 9 / 20 화 예외 처리 자바 API Object 클래스 Class클래스 tomcat설치 ✔️예외 처리 try - with - resources - 예외 발생 여부와 상관이 없음 - 사용했던 리소스 객체의 close() 메소드를 호출하여 리소스를 닫는다. - 리소스 객체는 java.lang.AutoCloseable 인터페이스를 구현하고 있어야 한다. 예외 떠 넘기기 throws - 메소드 선언 끝에 작성을 한다. ✔️자바 API 자바 API? - 자바에서 기본적으로 제공하는 라이브러리로 프로그램 개발에 자주 사용되는 클래스 및 인터페이스 모음이다. API 도큐먼트 https://docs.oracle.com/javase/8/docs/api/ Java Platform SE 8 docs.orac..