일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 한글
- php
- 전자정부 표준프레임워크
- SSL
- maven
- checbox
- 네이버스마트 에디터
- JSTL
- json
- Oracle
- 이클립스
- 호환성
- 날짜
- HTML5
- switch
- DB
- 오라클
- jquery
- null
- html
- 톰캣
- exception
- 문자열
- 웹 플랫폼 설치 관리자
- 스크립트
- @RequestBody
- java
- RADIO
- spring form tag
- MYSQL
- Today
- Total
목록전자정부표준프레임워크 (160)
개인적인 정리
Java was started but returned exit code=13 이클립스를 64bit용으로 셋팅하고 jdk를 32비트 로 셋팅했더니 발생... jdk 64 비트용으로 다운받아서 다시 셋팅하시 위 에러는 더 이상 발생하지 않음.
심각: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:51) at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:409) at ..
The archive: C:/eGovFrame-3.5.1/apache-tomcat-6.0.43/bin/bootstrap.jar which is referenced by the classpath, does not exist. 잘 쓰던 이클립스를 사정에 의해 c에서 e로 옮겼더니 발생한다. 1. 서버 삭제 2. Windows > Preferences > Server > Runtime Environment 에서 모두 remove 3. 서버를 처음부터 추가해준다.
java.lang.ClassNotFoundException: ServletContext java.lang.NoClassDefFoundError: ServletContext at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2595) at java.lang.Class.getDeclaredConstructors(Class.java:1914) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(..
Bad version number in .class file class 파일 버전이 달라서 생김 jdk 버전 때문이었던 듯 한데.
http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html
String str = Double.toString(aaaa);