Skip to content

coredgeio/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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 84.5%
  • Dockerfile 9.6%
  • Shell 5.9%