Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- web.xml
- maVen
- 단축키
- Mac
- IntelliJ
- GIT
- resource
- context
- Windows
- vscode
- xargs
- Windows 10
- find
- bash
- Quartz
- 줄바꿈 문자
- Eclipse
- profile
- Source
- 네트워크
- tomcat
- grep
- netsh
- lsof
- VirtualBox
- import
- ssh
- JavaScript
- plugin
- port
Archives
- Today
- Total
develog
[Eclipse] eclipse exit code 13 본문
<오류>
Java was started but returned exit code=13 |
<해결>
eclipse.ini 파일 내용 수정 (-vmargs 윗줄에 추가)
-vm C:\Program Files\Java\jdk1.7.0_80\bin\javaw.exe |
※ eclipse 와 JDK 의 bit 를 맞춰줘야 함
32 bit 끼리
64 bit 끼리
'IDE > eclipse' 카테고리의 다른 글
[Eclipse] eclipse class diagram (0) | 2015.04.14 |
---|---|
[Eclipse] JD-Eclipse, class viewer plugin (0) | 2015.04.13 |
[Eclipse] Runnable jar (0) | 2015.01.08 |
[Eclipse] Could not publish server configuration for Tomcat v6.0 Server at localhost. (0) | 2014.12.21 |
[eclipse] Maven, Dynamic Web Module 2.5 (0) | 2014.12.08 |
Comments