Flex SDK 4.5.1 이 나왔다고 해서 설치할 것이냐고 물어봐서 당연히 yes 를 누른 내가 잘못이지..
Spring Source Tools 까지 같이 망가져 버렸네요.
이리저리 설정파일 변경해봐도 복구 못해서 그냥 재설치 하기로 마음먹었습니다.
그래야 다른 분들에게도 Flash Builder 4.5.1 plug in + Eclipse 설치 하는 방법을 알려줄 수 있을 것 같아서요..
그러나 정말 역시나 저번 Flash Builder 4.5 일 때, 기록을 하지 않은 잘못으로 거의 하루 동안 삽질을 해서 plug in을 이용해서 설치 하는 방법을 찾았습니다.
plug in 으로 설치 하는 방법은 아래 주소에 잘 나와 있습니다. 이 문서를 찾는데 왜이리 오래 걸렸을 고..
예전 Flash Builder 4.5 일 때는 분명, eclipse 설지 경로를 묻는 옵션이 나와서 설치된 eclipse 경로를 지정하면 되었던 것 같았는데... 4.5.1 설치를 해보니 그런 옵션은 절대로 물어보지 않더라구요.
http://kb2.adobe.com/cps/905/cpsid_90599.html
plug in으로 설치하는 방법만 발췌를 했습니다.
Flash Builder 4.5.1 supports installation as a plugin to an existing Eclipse instance. To do so:
- Complete the installation process as described above.
- Navigate to the installed Flash Builder installation location and open the utilities folder.
- Run the executable Adobe Flash Builder 4.5 Plug-in Utility.exe.
- Select the language and click on OK.
- Select the Flash Builder installation location if prompted.
- Select the Eclipse folder into which you want Flash Builder 4.5.1 to
be plugged into and click Next. (Note: Your copy of Eclipse must be
version 3.6 or later, 32-bit and must contain a folder named “dropins”)
- Review the pre-Installation summary and click on Install
- Following installation it is recommended that you edit the
eclipse.ini file for your Eclipse instance, so that it includes the
following settings:
-vmargs -Xms256m -Xmx512m -XX:MaxPermSize=256m -XX:PermSize=64m
|
기존에 spring source tool은 2.6.1 을 사용했는데, 이번에는 2.7.0을 설치했습니다.
설치를 다 하고나서, sprng source tool 디렉토리의 STS.ini 파일을 변경하겠습니다.
저는 -vm 아래 javaw.exe 경로만 추가했습니다. 나머지 메모리 옵션은 spring source tool 2.7.0 에서 더 높은 memory 옵션을 요구하고 그대로 두었습니다.
-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
com.springsource.sts.ide
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
384M
-vm
C:/Program Files/Java/jdk1.6.0_25/bin/javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xmn128m
-Xms256m
-Xmx768m
-Xss1m
-XX:PermSize=128m
-XX:MaxPermSize=384m |
이제 spring source tool을 시작하고,
windown -> perspective 를 보면 Flash 가 보입니다. 두둥..
드디어 Flash builder 4.5.1 를 별도로 구동 안하고 Spring source tool(Eclipse)에서 flex 작업까지 할 수 있게 되었습니다.
그런데, spring source tool 의 menu 가 한글로 변경되었네요.. 이것도 저번에 인터넷 검색해서 해결을 했었는데..
아시는 분 계시면 댓글 달아주세요.
점점 flex 시장이 좁아져 간다라는 느낌이 있네요. 아마 html5 때문이기도 하겠지만, flash 를 하려면 license 를 구매를 해야 한다는 것이 가장 큰 이유 아닐까요?? Adobe 의 가장 큰 실수 아닐까 싶습니다.
개발자가 많이 사용하도록 저변을 늘렸어야 했는데... 이제 좀 flex 좀 알아갈까 했는데, 사용기간 4일 남았다네요..
blazeDS + spring3 + maven + ibatis + REST architecture 연동에 대한 강좌(?)도 다 못 끝냈는데...
댓글 영역