프로그래밍 Better Programming/이클립스 Eclipse
No Java virtual machine was found after searching the following locations.
2016. 2. 23.eclipse 폴더내 eclipse.ini 파일을 열어 아래와 같이 jvm 의 위치를 넣어준다. 123456789101112131415161718192021-startupplugins/org.eclipse.equinox.launcher_1.3.200.v20151021-1308.jar--launcher.libraryplugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.300.v20160105-0945-productorg.eclipse.epp.package.java.product--launcher.defaultActionopenFile-vmC:\Program Files\Java\jdk1.8.0_66\bin-showsplashorg.eclipse.platform..
이클립스 단축키 보기 Shows you a list of your currently defined shortcut key
2012. 11. 3.Shiny product branding by thepatrick 이클립스 애플리케이션 개발서 세트국내도서>컴퓨터/인터넷저자 : Stephen Holder,Stanford Ng,Laurent Mihalkovic,제프 맥아퍼(Jeff McAffer),장미셸 르뮤(Jean-Michel Lemieux)출판 : 에이콘출판사 2012.02.08상세보기 이클립스 단축키 힌트 보기 CTRL + SHIFT + LShows you a list of your currently defined shortcut key Effective Eclipse: Shortcut keys by Tomas Kramarhttp://eclipse.dzone.com/news/effective-eclipse-shortcut-key 이클립스 애플리케..
이클립스 사용시 한글이 깨져나올 때/한글 폰트 크기가 작을 때
2012. 10. 19.1. 이클립스 사용시 한글이 깨져나올 때는 아래와 같이 Windows > Preferences > General > Workspace 메뉴에서 Text file Encoding 옵션을 Default → Other (UTF-8) 로 변경주면 된다. 2. 그러나 폰트 크기가 작다. 아래와 같이 이클립스 사용시 한글 폰트 크기가 작을 때는 아래와 같이 Windows > Preferences > General > Appearance > Colors and Fonts 메뉴에서 Basic 선택하여 Text Font 옵션에서 크기를 9로 줄여주면 영문 폰트와 동일한 크기가 된다. 오히려 커진 것을 볼 수 있다.
이클립스 원격작업 Target Management (RSE)
2012. 9. 19.이클립스에서 원격 서버 작업을 직접하기 위해서 필요한 플러그인이 RSE 다. 먼저 아래 링크에서 최신 버전을 다운로드 받자. Target Management Homepagehttp://www.eclipse.org/tm/ Latest Release: TM 3.4 [downloads | update site | release notes ]TM 3.4 highlights include tested Eclipse 4.2 (Juno) support, Equinox secure storage support for passwords, and selectable encodings for the standalone Terminal.It is fully compatible with TM 3.2 and later, and ..