1. eclipse_indigo 다운(윈도우 32비트 환경)
http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/indigo/R/eclipse-jee-indigo-win32.zip
2. 보관할 위치에 압축을 풀어둔다(다른 설치 필요없다)
C:\eclipseFlashBuilderMobile\eclipse(내 경로)
3. eclipse.exe 파일을 실행하여 플렉스모바일의 워크스페이스 지정
F:\work\eclipseFlashBuilder(내 경로)
4. 이클립스 폴더 내의 eclipse.ini 파일을 열어 다음과 같이 수정한다.
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Xms256m
-Xmx512m
-XX:MaxPermSize=256m
-XX:PermSize=64m
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Xms256m
-Xmx512m
-XX:MaxPermSize=256m
-XX:PermSize=64m
5. flashBuilder 설치경로의 utilities 폴대 안의 Adobe Flash Builder 4.5 Plug-in Utility.exe 파일을 실행한다.
설치 중 다음 화면에서 방금 설치한 이클립스의 경로를 지정해준다.
6. 이클립스를 실행해보니, 간단한 에러와 한글로 실행되어 프로그램 닫고, eclipse.ini 열어 다시 변경..
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms256m
-Xmx512m
-XX:MaxPermSize=256m
-XX:PermSize=64m
-Duser.language=en
-Duser.country=US
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms256m
-Xmx512m
-XX:MaxPermSize=256m
-XX:PermSize=64m
-Duser.language=en
-Duser.country=US
7. window_Open Perspective_Other... Flash 선택하여 환경추가하여 완료.
8. 새 프로젝트를 생성하여 잘 완료되었느닞 확인해본다. new_Flex Mobile Project 선택.
9.Project name은 알아서 설정.
10. Android, iPhone, BlackBerry 세가지 디바이스 환경 모두 지원하는 것을 확인할 수 있다. 끝
[ 참고 : 플렉스대왕 지돌스타님 블로그 http://blog.jidolstar.com/774 ]
'FlashBuilderMobile' 카테고리의 다른 글
플렉스모바일 어도비샘플 실행해보기 (0) | 2011.07.04 |
---|---|
FlashBuilder 모바일예제 (0) | 2011.06.30 |
FlashBuilder 4.5.1 업데이트 하기 (0) | 2011.06.30 |