How to Reference an Environment Variable In File
Just want to make sure I am doing this correctly. If I want to reference an environment variable in a file would I simple do this:
java_home_dir = $JAVA_HOME
Just want to make sure I am doing this correctly. If I want to reference an environment variable in a file would I simple do this:
java_home_dir = $JAVA_HOME
No comments:
Post a Comment