MaheshRathi
Technical User
Hi,
I want to read some environment variables inside java code. I am not able to use System.getProperty() as it can read only some variables which are predefined. My requirement is -
1. I am declaring a variable and exporting it before execution of code starts.
2. i want to access the value of that variable in my java code.
Appreciate, if someone can provide me some guidelines or some pointers.
thanks in advance,
Mahesh
I want to read some environment variables inside java code. I am not able to use System.getProperty() as it can read only some variables which are predefined. My requirement is -
1. I am declaring a variable and exporting it before execution of code starts.
2. i want to access the value of that variable in my java code.
Appreciate, if someone can provide me some guidelines or some pointers.
thanks in advance,
Mahesh