Skip to content

ftmiranda/java-hello-world

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