Deployment Assembly에서 this given project is not a virtual component project further configuration required 오류
Projec Facets에서 Dynamic Web Module / Java / JavaScript 선택 후 Apply
Project Facets에서 Dynamic Web Module 클릭 Apply 안될 때 ->
프로젝트 폴더 .settings 폴더
org.eclipse.wst.common.project.facet.co... 에서 내용 수정
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<fixed facet="wst.jsdt.web"/>
<installed facet="java" version="1.8"/>
<installed facet="jst.web" version="3.1"/>
<installed facet="wst.jsdt.web" version="1.0"/>
</faceted-project>
'1. 프로그래밍 > 오류' 카테고리의 다른 글
STS EXC_CRASH (SIGKILL (Code Signature Invalid)) 에러 (0) | 2023.01.13 |
---|---|
java build path maven dependencies 오류 (0) | 2022.07.26 |
Spring MVC - [Ajax에서 한글 ?? 깨짐 현상] (0) | 2022.06.30 |
이클립스 한글 깨짐 (0) | 2022.06.29 |
Spring - [Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException ...] (0) | 2022.06.21 |