Thursday, August 2, 2007

EclipseME설치

1.eclipseme 라는 플러그인설치eclipseme.feature_1.7.3
2.eclipse 실행 -> window>Preferences 선택
3.(왼쪽트리에있는)Java항목 확장-> build Path 선택-> 오른쪽의 Folders버튼 선택
4.[Help > Software updates > Find and install]선택 -> 두번째 "Search for new features to install"버튼 선택 next버튼!!
5.New Remote Site..클릭-> Name : eclipseME Update Site
URL : http://www.eclipseme.org/updates/
6.finish -> eclipseme 체크하고 -> next -> next -> finish
7.install 클릭 -> 재시작할지 여부 물으면 yes 눌러 eclipse 다시 시작함
8.Window > Preferences 에 J2ME 항목 추가되었다면 ok
9.J2ME>Device Management > Import..클릭 > C:\\WTK22 선택 > Refresh > finish
10.Java > Debug > Suspend execution on uncaught exceptions 와 Suspend execution on compilation errors 의 체크박스를 해제한다. 다음으로 Debugger time out = 15000설정
11.HelloWorld 파일 작성해보기 File > New > Project 선택
12.J2ME > J2ME Midlet Suite 를 선택 -> Next
13.Project name: HelloWorld 하고 finish
14.src 폴더항목위에 New > File 클릭하여 파일명 HelloWorld.java 하여 finish
15.코드작성하기..
16.Run > Run 선택

No comments: