Environment deployment and test environment deployment

Source: Internet
Author: User

Environment deployment and test environment deployment

Yum can be installed, saving a lot of things. ^_^

Kernel

Gcc

Make

Dkms

Kernel-devel

Kernel-headers


How to configure the java environment? 1. Download jdk (http://java.sun.com/javase/downloads/index.jsp)
2. Install jdk-6u14-windows-i586.exe
3. Configure environment variables: Right-click my computer --> "advanced" --> "environment variables"
1) Create the JAVA_HOME variable value in the system variable: C: \ Program Files \ Java \ jdk1.6.0 _ 14 (set it according to your own installation path)

2) New classpath variable value:.; % JAVA_HOME % \ lib \ tools. jar

3) Add the variable value % JAVA_HOME % \ bin; % JAVA_HOME % \ jre \ bin to the path variable (separated)

4. Start --> Run --> input javac --> "Enter" to print the usage instructions. The configuration is successful.

Supplementary environment variable parsing:

JAVA_HOME: jdk installation path

Classpath: only the classpathjava command can be used to load the class path in java. "is added to the path to indicate the current path.

Path: The system recognizes java and javac commands in any path.
In software testing, the test environment is inconsistent with the actual deployment. How can I solve the configuration problem? Suitable for testing risks. Apply for the same environment

1. performance differences are much stronger than the user's machine's CPU memory.
2. for differences between other types of software and windows unix, pay special attention to the differences between different types of software.

Make sure to compare and test each software in sequence. The same software version number is the same.

Solution: apply for the same environment without conditions. Only the superior can be reported to let the superior understand the risks.

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.