简体   繁体   中英

How to import flex on eclipse

I am using the linux Flex builder with eclipse 3.3 on my ubuntu 8.04 machine for the very first time, and I need to modify a preexisting flex project. How do I import this project (its version controlled branch of the flex project) to my eclipse environment.

I have tried creating a new flex project in eclipse and linking the source folder to it, but it does not work.

Any pointers?

You should be able to install Eclipse plugins for SVN (or whatever SCM you are using) and then check out the project. If that doesn't work then try to import it (File -> Import -> Existing Projects into Workspace). If that doesn't work then create a new Flex Project pointed at the base directory for your project.

当所有其他方法都失败时,只需创建一个正确类型的新flex项目,退出eclipse并将项目文件复制到该文件夹​​中即可。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM