Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 545 Bytes

File metadata and controls

30 lines (24 loc) · 545 Bytes

Hello World Module

The simple application in this module shows how to create an HTTP server and how to write to response.

Requirements

  • JDK 9 or later
  • Maven 3.0.0 or later
  • Maven compiler plugin 3.8.0 or later

To compile

sh compile.sh

To create modular jar

sh modularJar.sh

To run

java -p ../modularjars:../helper/modules -m helloworld

Or

sh run.sh

Relevant article is

Introduce to Eclipse Vert.x