Skip to content

bjrbhre/hello-http-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World HTTP Server

Compiling the Application:

javac HelloWorld.java

Creating a jar:

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

Launching the application:

java -Dhelloworld.port=8000 -jar HelloWorld.jar

The jar can be downloaded there:

https://storage.sbg-1.runabove.io/v1/AUTH_07c794077c014229b50290a459e8274b/public/HelloWorld.jar

About

Hello World HTTP Server in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages