[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 |