After using JDK if I use ruby, I have to change ‘PATH’ in Environment Variables in Windows7. Is there a work around where I don’t have to keep changing it even if I use multiple applications?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Separate the paths to Ruby and Java with your system’s path separator character.
In case of Windows 7, it’s
You’ll be able to use both
Here’s an example of Path variable with numerous applications.