Skip to content

OpenShift-Z/hello-world-http-java

Repository files navigation

Simple HTTP Server

Very simple HTTP Server serving on port 8000

To compile, package and run:

javac HelloWorld.java
jar cmvf META-INF/MANIFEST.MF HelloWorld.jar *.class
java -jar HelloWorld.jar

or

./build.sh

Starting Java 11, you can run the Java file directly:

java HelloWorld.java

About

Simple pure Java hello-world HTTP Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •