Avatar of wsyy
wsyy
 asked on

Java to read windows/linux system variables

Hi,

I would like some help to get windows or linux system variables using Java. In addition, I would to have the variable not through the -D solution but through Java code, and hopefully the variable won't be calculated more than once.

Thanks
Java

Avatar of undefined
Last Comment
CEHJ

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
CEHJ

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
for_yan

System.getProperty(variable)
CEHJ

:)
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck