Windows 7 PATH environment variable expansion -


in windows 7 set path environment variable thus:

%systemroot%\system32;%systemroot%;%systemroot%\system32\wbem;%systemroot%\system32\windowspowershell\v1.0\;%java_home%\bin;%m2_home%\bin;%ant_home%\bin;r:\bin;p:\bin;c:\program files (x86)\common files\intuit\qbpossdkruntime;c:\program files\sliksvn\bin\;c:\program files\tortoisesvn\bin 

when log out , log in, , bring command prompt, environment variables expanded---except m2_home. if bring edit window path environment variable , hit ok no edits, when open command prompt m2_home variable replaced, , remains until log out.

i don't understand this. if definition order problem, m2_home appears before path alphabetically. what's going on?

while not solution, hope track down issue. have faced various issues windows 7 , path expansion. try removing entries have spaces, if not help, remove except stock entries , m2_home. recommending remove see if helps track down issue. if determine entry space causing this, can solution (8.3 path?)...


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -