Window: Configure temporary environment variables and window environment variables

Source: Internet
Author: User

Window: Configure temporary environment variables and window environment variables

Background:

Use computer A to develop java programs OR run java programs. However, jdk or jre is not installed on computer A, and system A cannot be contaminated.

Solution: in windows, you can use the set command to configure temporary environment variables.Note: temporary environment variables are only valid for the current window.

The following uses the path environment variable as an example:

① Check the environment variable: set path

② Modify the environment variable: set path = xxxx

When setting environment variables, if you want to add them to the original environment variables, you can use % path % to reference the original environment variables:

③ Clear: set paht = (it is useless, and there is no need to clear environment variables ....)

Note: The naming conventions supported by Pathare red boxes, such as supporting the .exe command.

 

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.