The simple application in this module shows how to create an HTTP server and how to write to response.
- JDK 9 or later
- Maven 3.0.0 or later
- Maven compiler plugin 3.8.0 or later
sh compile.sh
sh modularJar.sh
java -p ../modularjars:../helper/modules -m helloworld
Or
sh run.sh