tags:

views:

16

answers:

1

Hey guys,

I have a Java project and Flex together in Eclipse. The Java is the server and Flex is the client.

I once (this morning) could just right click on my main.mxml -> RunAs->FlexApplication and that would launch the client.

I messed up the project somehow ( deleted the main.mxml, then returned ti etc...) and can not run it now.

What I am trying to do is right click->RunConfigurations... and trying to configure it. But cant!

My other group member has a file name in "Application File:" dialog. I dont have and ant add....

Anyway any ideas how can I configure the main.mxml to run???

Thanks

+1  A: 

Right click your new application file and select "set as default application". That should recompile the project and make it available to you in the "run configuration" Dialog.

www.Flextras.com
Great, thanks this worked
Yura