Home > Article > Development Tools > How to configure environment variables in webstorm
Configure environment variables in WebStorm to access system settings. First determine the variables to be configured, and then open the "Environment Variables" dialog box. Add or modify variables, set the scope (project, IDE, or system), and finally apply the changes and restart WebStorm. For example, to add the JRE path to the PATH variable, open the "Environment Variables" dialog box, add the variable: name PATH, value: C:\Program Files\Java\jre1.8.0_201\bin, set the scope to "IDE ” or “system”.
How to configure environment variables in WebStorm
Configuring environment variables in WebStorm is useful for accessing system or project-specific Setup is crucial. The following guide will help you achieve this easily:
1. Determine the environment variables to configure
First, determine the environment variables you need to configure in WebStorm. Common environment variables include:
2. Open the "Environment Variables" dialog box
Open the "Environment Variables" dialog box in WebStorm:
3. Add or modify the environment variables
in " In the "Environment Variables" dialog box:
4. Set Scope
Select the scope for each environment variable:
5. Apply changes
Click Apply or OK to save changes.
Example:
To add the path to the Java Runtime Environment (JRE) to the PATH environment variable, follow these steps:
Add new variable:
Tip:
The above is the detailed content of How to configure environment variables in webstorm. For more information, please follow other related articles on the PHP Chinese website!