본문 바로가기

Eclipse17

이클립스 PHP Debug 연동 1. 이클립스 Juno 다운로드http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/juno/SR2/eclipse-jee-juno-SR2-win32.zip 2. PDT 다운로드Help > Install New Software >Juno - http://download.eclipse.org/releases/juno > PHP 검색PHP Development Tools (PDT) 설치 3. XAMPP 설치 및 테스트XAMPP는 알아서 설치하기http://localhost/xampp/phpinfo.php 확인 4. 이클립스 PHP Server 경로 설정Windows > Preferences > PHP > PHP .. 2014. 4. 7.
Windows7 64bit JDK JRE Eclipse 전자정부프레임워크 설치시 전자정부프레임워크는 2.7 64bit 를 받았음http://www.oracle.com/technetwork/java/javase/downloads/index.htmljdk-8-windows-x64.exe를 받고 실행하면 아무것도 안 될 경우압축 해제하면 jre.msi가 있는데 그거 먼저 실행그럼 jre가 깔리면서 java.exe 패스까지 자동으로 처리되면서 이클립스가 실행됨jdk-8-windows-x64.exe를 실행하면 jre도 깔리고 jdk도 설치됨 jdk 인스톨시 실행하면 아무것도 안되거나 Wrapper.CreateFile failed with error 3 에러가 나면 C:\Users\HoJae\AppData\LocalLow 부분의 권한 오류임사용자(HoJae)와 그룹(Administrators).. 2014. 4. 1.
이클립스 Search 시에 기존 Search 창 닫히는거 새창으로 나오게 하기 Disable the optionPreferences > General > Search > Reuse editors to show matches 2013. 12. 4.
eclipse 파일 선택시 자동 펼침 기능 Linking the Project Explorer view to the active editorWhen you have multiple files open for editing, you can configure one of the navigation views to automatically bring an open file to the foreground (make its editor session the active editor) every time you select that open file in one of the navigation views. There are two ways to set this.From the Project Explorer menu, select Link With Edit.. 2013. 11. 29.