eclips 한글깨짐 설정하기 Eclips 한글깨짐 설정하기 1.Window->Preferences 들어가기 2. ContentTypes 누르기 3. Text-> 변경하고 싶은 언어 클릭!43. Text-> 변경하고 싶은 언어 클릭!맨 아래에 Default encoding에 EUC-KR 입력-> Update 클릭 끝! 응용프로그램/Eclips 2015.07.14
is a raw type. References to generic type Enumeration paramEnum = request.getParameterNames(); 이를 해결 하기 위해서는 다음과 같이 해준다.. Enumeration paramEnum = request.getParameterNames(); 를 넣어 준다.. 마찬가지 방법으로 Map에도 동일하게 해주면 된다.. Map parameterMap = request.getParameterMap(); 그래도 안되면 타입값을 직접 넣어준다. ? 대신에 String, Cookie, int 등등 응용프로그램/Eclips 2011.04.11
javax.servlet.http.HttpServlet cannot be resolved 오류내용 javax.servlet.http.HttpServlet cannot be resolved It is indirectly referenced from required .class files 원인 TOMCAT 설치후 servlet 설정을 안해 주었을 경우 TOMCAT_HOME/common/lib를 패스로 잡아주지 않았을 경우 발생. 해결책 servlet-api.jar 파일을 JAVA_HOME의 lib 폴더에 복사해주어야한다. Eclips 프로젝트의 경우네는 이클립스의 패키지 익스프롤러의 프로젝트 이름에서 마우스 오른쪽 단추 클릭 >> Build Path >> Configure Build Path 선택해서 servlet-api.jar 파일의 경로를 지정해준다. 응용프로그램/Eclips 2011.04.11
Edit Plus- bak파일 없애기 Edit Plus를 사용하면 항상 귀찮게 하는 Bak 파일을 없애 봅시다. 도구-> 기본설정 파일 선택 -> 저장시 백업파일 생성 체크 해제 응용프로그램/Eclips 2011.03.21