Skip to content
John Fereira edited this page Apr 7, 2022 · 3 revisions

EnvDemo

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

Building

Use maven to compile the code

mvn compile

Running

cd scripts
sh ProcessBuilderExample.sh

Dependencies

Clone this wiki locally