-
Notifications
You must be signed in to change notification settings - Fork 0
EnvDemo
John Fereira edited this page Apr 7, 2022
·
3 revisions
Add a variable to the Environment then read it back and display the value.
Contents link
-
src/main
source code -
src/test
junit tests -
pom.xml
maven build file -
scripts
shell scripts for testing
Use maven to compile the code
mvn compile
cd scripts
sh ProcessBuilderExample.sh
- Java 11 runtime
- Maven 3
- The Bash shell.