One of the Flex + Java Development Environment deployment: JDK

Source: Internet
Author: User

Recently, I started to talk to Flex + Java again. I have never touched this before, but I have heard of Sun & eclipse, which is a famous name. Unfortunately, Sun has become history now, fortunately, eclipse is still. It is not difficult to configure this development environment, but it is not that simple. In many cases, it will take a long time to struggle with the simple problem. Now we can sort out the entire process to make it easier for others. Go to the topic.

Operating System:

Win7 64-bit

Let's talk about the software I used first.:

Jdk1.6.0; eclipse3.3.2; myeclipse8.5 (plugin); tomcat6.0; flashbuilder4 (plugin ).

The first major character is now available: JDK installation and configuration

There is nothing special about the JDK installation process. The key is to configure the environment variables until the end of the wizard. JDK without environment variable configuration is the same as vase, It is a decoration, so in order to get rid of the vase to the white bone, you need to set it. Let's look at the figure below:

Step 1: Open the environment variable setting window Step 2: Add environment variables to the system environment

They are java_home (JDK installation directory), classpath (used for linking libraries and tools), and path. If these variables do not exist, you need to create a new one. If yes, you can edit the JDK information and separate it with semicolons.The directory name is case sensitive..

Example: variable name (java_home) variable value (C:/program files/Java/jdk1.6.0 _ 20)

Variable name (classpath) variable value (% java_home %/LIB; % java_home %/lib/tools. Jar)

Variable name (PATH) variable value (% java_home %/bin; % java_home %/JRE/bin)

 

 

 

Step 3: Check whether the configuration is successful at a command prompt

Open the command prompt (WIN + R shortcut), enter the Java-version command to view the JDK version, and enter javac to check whether JavaProgram.

 

 

If the result is as shown in, it indicates that the installation is correct and JDK can be used. Congratulations!

Next, it will be the second leading role. Please wait ......

 

I would like to thank you for listing the post and post owner that guides me through installation!

detailed illustration of jdk1.6 installation and environment variable Settings
Java environment variable configuration illustration-JDK Installation

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.