[Solved] Set a project in Apache flex? [closed]


i have found the real solution 1st download the Apache Flex sdk. then download flex development tool (FDT). and finally download and install JDK.

then it needs some settings for JDK…
For Windows 7: 1. Right click on My Computer. 2. Go to Properties. 3. Click on Advanced system settings. 4. Click on the Advanced tab. 5. Click the Environment Variables button. 6. Under system variables, find the ‘Path’ variable, select it and click the Edit button.
1. Add a semicolon to the end of the path value and then paste in the path to your java bin folder. Example: %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\Syste‌​m32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Java\jdk1.6.0_21\bin <–Appended path. 8. Click Ok.
9. Back in the Advanced tab, under System variables, click the New button. 10. Under Variable name, enter JAVA_HOME. 11. Under Variable value, enter the path to your jre. Example jre path: C:\Program Files\Java\jdk1.6.0_21\jre

Check this link for further details

http://coranguweb.wordpress.com/2013/08/17/
http://coranguweb.wordpress.com/2013/08/14/

solved Set a project in Apache flex? [closed]