Uppercase vs Capitalized environment var names during debug [message #242568] |
Sat, 08 December 2007 11:13 |
Eclipse User |
|
|
|
Hi everyone. What could cause the following different behavior during a
debug vs launch session?
1) Output from a debug session, simple system.out call on System.getEnv()
shows uppercase environment var names, I leaved as comparator PROGRAMDATA:
{...,
JAVA_HOME=D:\apps\dev\sun\java\jdk\1.6.0_02,
PROGRAMDATA=C:\ProgramData,
--^
...}
2) Output from a launch session shows capitalized environment var names
mixed with uppercase names:
{..,
ProgramData=C:\ProgramData,
--^
...,
JAVA_HOME=D:\apps\dev\sun\java\jdk\1.6.0_02,
...}
Is it the underlying JDK attached to the Eclipse debugger causing this?
P.S. JDK version is in the path, Eclipse build is the following:
Version: 3.3.1.1
Build id: M20071023-1652
Thanks, bye
|
|
|
Powered by
FUDForum. Page generated in 0.07940 seconds