FlashDevelop installation Configuration

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.