This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 246860 - Netbeans does not support case insensitive environment variables in Run/Environment
Summary: Netbeans does not support case insensitive environment variables in Run/Envir...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: PC Other
: P3 normal with 1 vote (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-03 18:58 UTC by adipose
Modified: 2016-09-20 06:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description adipose 2014-09-03 18:58:02 UTC
Under project properties / run / environment, you can set environment variables.  However, although Windows supports case insensitive environment variable names, Netbeans does not.  Specifically, if you try to set the "PATH" variable, it is ignored by Netbeans.  If you set the "Path" variable, it sets the Windows Path.

From the command line in Windows:

-----------------------
C:\>SET PATH=c:\mingw

C:\>SET PATH
Path=c:\mingw

C:\>
-----------------------

Because of this Windows supported behavior, it is unexpected that setting PATH in Netbeans does not work in Windows.  But, it does not.