Skip to main content



      Home
Home » Newcomers » Newcomers » Uppercase vs Capitalized environment var names during debug
Uppercase vs Capitalized environment var names during debug [message #242568] Sat, 08 December 2007 11:13
Eclipse UserFriend
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
Previous Topic:package-specific update-site or europa-update site
Next Topic:Code snippits
Goto Forum:
  


Current Time: Wed Jul 02 20:50:58 EDT 2025

Powered by FUDForum. Page generated in 0.07940 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top