Top "Environment-variables" questions

Environment variables are a set of dynamic named values that can affect the way running processes will behave on a computer.

JAVA_HOME and PATH are set but java -version still shows the old one

I am using Linux Mint Cinnamon 14. I have set the $JAVA_HOME and $PATH environment variables in ~/.profile as follows: …

java linux environment-variables linux-mint
Node.js setting up environment specific configs to be used with everyauth

I am using node.js + express.js + everyauth.js. I have moved all my everyauth logic into a module file …

node.js environment-variables everyauth
tomcat - CATALINA_BASE and CATALINA_HOME variables

I have multiple instances of tomcat 6 running on the same server (Linux) and it works as expected. I am trying …

java tomcat environment-variables
Why does an SSH remote command get fewer environment variables then when run manually?

I have a command that runs fine if I ssh to a machine and run it, but fails when I …

ssh environment-variables
How do I set Java's min and max heap size through environment variables?

How do I set Java's min and max heap size through environment variables? I know that the heap sizes can …

java environment-variables heap
How do I get and set Environment variables in C#?

How can I get Environnment variables and if something is missing, set the value?

c# .net .net-2.0 environment-variables
How to set child process' environment variable in Makefile

I would like to change this Makefile: SHELL := /bin/bash PATH := node_modules/.bin:$(PATH) boot: @supervisor \ --harmony \ --watch etc,…

shell makefile environment-variables target
Setting up enviromental variables in Windows 10 to use java and javac

I got a new laptop with Windows 10 and I want to set it up so I can use java and …

java path environment-variables javac windows-10
How to export and import environment variables in windows?

I found it is hard to keep my environment variables sync on different machines. I just want to export the …

windows environment-variables windows-xp
Access to build environment variables from a groovy script in a Jenkins build step (Windows)

I'm using Scriptler plugin, so I can run a groovy script as a build step. My Jenkins slaves are running …

windows groovy jenkins environment-variables