| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | |||||
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
| 31 |
Tags
- http://jeonghwan-kim.github.io/dev/2019/06/25/react-ts.html
- 출처 : https://joshua1988.github.io/web-development/javascript/promise-for-beginners/
- 게시판
- toString
- object
- 출처 : https://webdir.tistory.com/506
- https://velog.io/@velopert/create-typescript-react-component
Archives
- Today
- Total
Back Ground
에러 Cannot create a server using the selected type 본문
Cannot create a server using the selected type
선택한 유형을 사용하여 서버를 만들 수 없습니다.
이클립스에서 톰켓 추카 할때 나오는 에러
해결방법:
WorkSpace 에서
..\.metadata\.plugins\org.eclipse.core.runtime\.settings
->org.eclipse.wst.server.core.prefs
->org.eclipse.jst.server.tomcat.core.prefs
이 2개의 파일을 삭제한 후
이클립스 재시작 후 다시 추가하면 된다.
Comments