99. 정리전 - IT/10. Eclipse Plugin(16)
-
Eclipse RCP
http://xpace.tistory.com/23
2014.04.25 -
git - 간편 안내서
Git 분산형 버전 관리 시스템 DVCS, Distributed Version Control System C언어로 구현됨 죠은글 참고 : http://blog.benelog.net/2937766 이클립스 설정 : http://www.vogella.com/articles/EGit/article.html 설정글 : http://www.dreamy.pe.kr/zbxe/CodeClip/95408 OS X용 git 다운로드 Windows용 git 다운로드 Linux용 git 다운로드 새로운 저장소 만들기 폴더를 하나 만들고, 그 안에서 아래 명령을 실행하세요. git init 새로운 git 저장소가 만들어집니다. 저장소 받아오기 로컬 저장소를 복제(clone)하려면 아래 명령을 실행하세요. git clone /로..
2013.07.03 -
eclipse 죽는문제
이글립스 기동시 요런 에러가 났다. 해당 로그를 보았다. !SESSION 2013-04-26 09:57:30.578 ----------------------------------------------- eclipse.buildId=M20120914-1800 java.version=1.7.0 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=ko_KR Framework arguments: -product org.eclipse.epp.package.jee.product Command-line arguments: -os win32 -ws win32 -arch x86 -product org.eclipse.ep..
2013.04.26 -
Eclipse Tomcat7 plugin
ECLIPSE TOMCAT7 PLUGIN http://www.eclipsetotale.com/tomcatPlugin.html#A3 톰캣 구동시 아래 메지가 나타날때의 해결방법이다. 정보: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: .......(이하 생략) :요약하자면 자바경로에서 최적의 퍼포먼스를 위한 Native library를 찾지 못했다는 메시지다. Apache Portable Runtime에 관한 참고 내용이다. - Apache Portable Runtime (APR) based Nat..
2012.04.19 -
ECLIPSE HELIOS 이상버전에서 에디터 THEME
에디터를 이렇게 만들기 http://www.eclipsecolorthemes.org/?view=plugin 플러그인 인스톨 사이트 등록 http://eclipse-color-theme.github.com/update Usage After the installation, go to Window→Preferences→General→Appereance→Color Theme to change the color theme.
2011.12.14 -
이클립스 콘솔에서 한글이 깨질때
환경설정 탭에서 위와 같이 한줄 추가해 준다 -Dfile.encoding=EUC-KR
2011.06.22