简体   繁体   English

修复Windows 7中的环境变量中的“PATH”以用于多个应用程序

[英]Fixing 'PATH' in Environment Variables in Windows 7 for multiple applications

After using JDK if I use ruby, I have to change 'PATH' in Environment Variables in Windows7. 使用JDK后,如果我使用ruby,我必须在Windows7中更改环境变量中的“PATH”。 Is there a work around where I don't have to keep changing it even if I use multiple applications? 即使我使用多个应用程序,我是否有必要继续改变它?

Separate the paths to Ruby and Java with your system's path separator character. 使用系统的路径分隔符将Ruby和Java的路径分开。

In case of Windows 7, it's 对于Windows 7,它是

;

You'll be able to use both 你可以使用两者

Here's an example of Path variable with numerous applications. 这是一个包含大量应用程序的Path变量的示例。

C:\Program Files\TortoiseHg\;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM