'에러'에 해당되는 글 2건
[Eclipse] JVM terminated. Exit code=-1 .......................................
| 작업노트/Error Handling 2007. 12. 23. 12:25컴퓨터를 포맷하고 새롭게 개발환경을 구축하던중에
이클립스를 설치하고 실행하려할 때
JVM terminated. Exit code=-1
.........................
..........(중략)........
..........................
-Xms40m
-Xms512m
이런 류의 경고창이 튀어나왔다.
정확한 답을 찾을 수는 없었지만 메모리 설정에 문제가 생긴 듯 하다.-_-
eclipse가 설치된 폴더에서 eclipse.ini 파일을 연 후
-Xms40m
-Xms512m
이라고 되있는 부분을
-Xms128m
-Xms256m
이라고 고친 후 실행시키면 된다.
'작업노트 > Error Handling' 카테고리의 다른 글
Context [] startup failed due to previous errors.... 등등; (0) | 2008.05.29 |
---|---|
The method getJspApplicationContext(ServletContext) is undefined for the type JspFactory (6) | 2008.02.19 |
[JNDI] NamingException (0) | 2007.12.22 |
[Eclipse] Resource is out of sync with the file system : ... (1) | 2007.12.18 |
서블릿을 사용할 경우 js파일 경로 (0) | 2007.09.07 |
[NetBeans] Generics are not supported in -source 1.4(try using -source 1.5)
| 작업노트/Error Handling 2007. 5. 2. 17:19왜 그런가 했더니
초간단 설정문제였다. -_-
프로젝트 생성시에
Set Source Level to 1.4 라고 되어있는 check box에
체크를 해제시키고 생성시켜야한다.
이미 만들어진 프로젝트라면
프로젝트 속성(Properties)에 들어가서
Source Level을 1.4에서 1.5로 맞춰주면 해결된다.
'작업노트 > Error Handling' 카테고리의 다른 글
error while loading shared libraries (0) | 2007.06.27 |
---|---|
javax.servlet.ServletException: You have an error in your SQL syntax; (0) | 2007.06.01 |
NullPointerException... (0) | 2007.05.29 |
warning: unmappable character for encoding MS949 (1) | 2007.05.28 |
[Struts] getDataSource() 메소드 관련.. (0) | 2007.05.27 |