1 / 15

J2ME 개발환경설치 SUN MIDP-FCS

J2ME 개발환경설치 SUN MIDP-FCS. SDK1.3 : path 와 classpath 추가 MIDP : path 추가 Forte for Java J2me Wireless Tool Kit. 설치순서. 클래스패스와 패스 설정. SDK1.3. 압축을 풀어서 적당한 위치에 저장한다. Path 추가 MIDP_HOME 추가. MIDP-fcs. 명령프롬프트에서 midp 로 에뮬레이터확인. MIDP-fcs. 프로젝트명의 폴더 생성 - 컴파일된 임시 클래스파일저장폴더

Download Presentation

J2ME 개발환경설치 SUN MIDP-FCS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. J2ME 개발환경설치SUN MIDP-FCS

  2. SDK1.3 : path와 classpath 추가 MIDP : path추가 Forte for Java J2me Wireless Tool Kit 설치순서

  3. 클래스패스와 패스 설정 SDK1.3

  4. 압축을 풀어서 적당한 위치에 저장한다. Path추가 MIDP_HOME 추가 MIDP-fcs

  5. 명령프롬프트에서 midp로 에뮬레이터확인 MIDP-fcs

  6. 프로젝트명의 폴더 생성 - 컴파일된 임시 클래스파일저장폴더 -사전검증이 끝난 클래스파일저장폴더 - java소스파일 저장폴더 MIDP-fcs

  7. Bat 파일 작성 C:\Test\HelloMIDlet\make HelloMIDlet MIDP-fcs

  8. Bat 파일 작성 C:\Test\HelloMIDlet\run HelloMIDlet MIDP-fcs

  9. 다운 받은 후 적당한 폴더에 설치 Ktoolbar.exe로 실행 J2ME Wireless Tool Kit

  10. New Project로 프로젝트생성 C:\J2mewtk\apps\HelloMIDlet J2ME Wireless Tool Kit

  11. Open Project로 선택한다 J2ME Wireless Tool Kit

  12. Build로 컴파일후 Run으로 실행한다 J2ME Wireless Tool Kit

  13. 클래스이름이 틀린경우 J2ME Wireless Tool Kit

  14. set midp_home=C:\midp-fcs set src=.\src set temp_classes=.\classes set classes=.\output rem compile javac -bootclasspath %midp_home%\classes -d %temp_classes% %src%\*.java rem preverify %midp_home%\bin\preverify -classpath %midp_home%\classes;%classes% -d %classes% %temp_classes% rem jar jar cvf %1.jar -C .\classes . make.bat file 만들기

  15. rem run rem midp -classpath %1.jar -descriptor %1.jad midp -classpath .\output %1 Run.bat file 만들기

More Related