PATH environment variable, what am I doing wrong?

I have never had to mess with my PATH before, but it seems simple enough. I just can't get it to work. I made my way:

C:\Program Files\android-sdk_r08-windows\android-sdk-windows\platform-tools; C:\program files (x86)\Git\bin; C:\Program Files\Java\jre6\bin

I put android-sdk a while ago. I believe that this worked because the problem that I had at that time was resolved. I just added the jre6 / bin folder for the keytool program and Git / bin for the openssl tool. However, cmd still gives me the old “blahblah” that is not recognized as an internal or external command, operating program, or batch file. "If I really go to the folders in cmd, the programs will work fine. If I reorder the PATH variable, the first way the list will work and the rest will not .. Any idea what I did wrong?

+3
source share
1 answer

Have you tried to remove spaces after each semicolon?

+4
source

Source: https://habr.com/ru/post/1788407/


All Articles