1, download Flashdevelop,flash Sdk,flash SDK debug,.net Framework,java SDK (32-bit, no matter how many bits of the machine, otherwise you cannot step into debugging)
2. Install FlashDevelop, configure Flash SDK and Flash SDK debug
Figure 1 Configuring the Flash SDK
Figure 2 Configuring the Flash SDK Debug
3. Installing and configuring the JDK
System variables → new java_home variable.
Variable value fill in the JDK installation directory (I am E:\Java\jdk1.7.0)
System variables → find Path variable → edit
Enter%java_home%\bin;%java_home%\jre\bin at the end of the variable value;
(Note that the original path of the variable value at the end of there is no; number, if not, first enter; number and then enter the above code)
System variables → new CLASSPATH variable
Variable values are filled in.; %java_home%\lib;%java_home%\lib\tools.jar (Note that there is a point in the front)
System Variable Configuration complete
Verify that the configuration is running successfully cmd input java-version (there are spaces between Java and-version)
If the version information is displayed, the installation and configuration are successful.
4, installation. NETFramework (if not installed)
5, configuration flexsdk under the Jvm.config, is the third step of the value of java_home (no can not compile successfully)
#java. home=c:/programfiles/java/jre7
Java.home=c:\programfiles\java\jdk1.8.0_45
# Arguments to VM
FlashDevelop installation Configuration