Re: A Question regarding conditionals

2010-01-06 Thread Antoine Levy Lambert
Kamran Hameed wrote: Folks i have two questions 1. I want to check whether an environment variable is defined or not. e-g i want to check whether the variable JAVA_HOME is set or not. How can i do that. Currently the way i am doing that is : Hello Kamram, here is my suggested solution

A Question regarding conditionals

2010-01-03 Thread Kamran Hameed
Folks i have two questions 1. I want to check whether an environment variable is defined or not. e-g i want to check whether the variable JAVA_HOME is set or not. How can i do that. Currently the way i am doing that is : * // the line doing it* so in t