본문 바로가기
반응형

이클립스12

[이클립스] cannot create a server using the selected type 에러 [이클립스] cannot create a server using the selected type 에러 이클립스에서 tomcat을 새로 설정할때나 경로가 변경되었을때 이렇게 경고메세지를 만날때가 있습니다. 황당하시죠~ 항상 하던건데~ㅋㅋㅋ 아마도 경로가 바꼈을 가능성이 높습니다. 프로젝크를 다시 깔고 이클립스를 다시 깔아도 안되시죠??? 그럼 되도록 해봐야지요. 일단 해당 프로젝트가 저장되는 workspace로 갑니다. .metadata\.plugins\org.eclipse.core.runtime\.setting 폴더로 이동. .setting 폴더에 많은 파일들이 있는데요. 잘 찾아보시면 org.eclipse.wst.server.core.prefs org.eclipse.jst.server.tomcat.co.. 2012. 8. 25.
[이클립스] An error has occurred. See the log file 오류 [이클립스] An error has occurred. See the log file 오류 갑자기 잘되던 이클립스가 An error has occurred. See the log file 란 메시지 창이 뜨면서 실행이 안된다. 그럼 바로~ 해당 이클립스의 workspace 폴더로 갑니다. 경로를 따라오세요. workspace\.metadata\.plugins\org.eclipse.core.resources 2012. 7. 27.
[이클립스] 이클립스 Formatter - 줄맞춤 정리 이클립스 Formatter - 줄맞춤 정리 1.General General > Editors > Text Editors --> Disolayed tab width : 2 --> Insert spaces for tabs 체크 2.Java,JavaScript Java > Code Style > Formatter --> 첨부한 java_formatter.xml를 Import하면 됩니다. JavaScript > Code Style > Formatter --> 첨부한 javascript_formatter.xml를 Import하면 됩니다. 3.Web Web > CSS Files > Editor --> Line width : 999 --> Indent using spaces 체크 : Size 2 4.Web Web >.. 2012. 6. 20.
[이클립스] 이클립스에서 SVN 사용하기(Subclipse 설치) 이클립스에서 SVN 사용하기(Subclipse 설치) 소스 관리를 위해서 svn을 설치해 봅시다.ㅎㅎ 참고로 이클립스 버전은 Helios 입니다. 1. 이클립스 압축을 풀면 기본적으로 SVN이 안깔려 있기때문에 찾아서 깔아줘야 합니다. Helios 같은 경우는 Menu -> Help -> Install New Software를 선택하면 아래와 같은 화면이 나옵니다. 2. 이클립스 버전에 따라서 SVN의 버전도 다르기 때문에 자신의 이클립스의 버전에 따라 골라 받으세요. Name: Subclipse 1.6.x (Eclipse 3.2+) => http://subclipse.tigris.org/update_1.6.x Name: Subclipse 1.4.x (Eclipse 3.2+) => http://subcl.. 2012. 1. 15.
반응형