Table of Contents
Introduction
This is an explanation on how to import eclipse project.
Resources
Tips
- We assume that you read GFS example link
- Before to import the project is necessary to run FlexTasks. FlexTask generates an index.gsp that wraps the swf, only it's necessary to run it once to be able to do the import. Then the Flex's code can be compiled from the FlexBuilder
Import into Eclipse
Open Eclipse, select your workspace and import project
File -> import 
Then,
General -> Existing Project into Workspace

Select root directory: Select project folder and press finish. 
Run project from eclipse
In order to run the application from Eclipse it's necessary to create a manual configuration
Open Debug or Run Dialog 
Then, select Flex Application and New 
Modify URL or path to launch since it shows the following image 
Apply change and press Debug or Run
Labels
1 Comment
Hide/Show CommentsMar 19, 2012
Ruthie Cross