Skip to content

TheRedstoneDEV-DE/Webserver_with_GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Webserver_with_GUI

An easy to use Webserver with GUI

This is a web server, written in java, which has an easy to use GUI. The webserver whithout GUI and config files is by SSaurel, from his tutorial, but I have modifyed this code much.

The Java version, which is compiled, is the version 14, but you can compile the sourcecode yourself.

Sourcecompiling and running

  1. Download all files which are into the folder "src" and move it all into the same folder.

  2. run:

javac Webserver.java ServerMain.java

  1. Now you can open your commandline and run:

jar cfm FILENAME.jar manifest.txt *.class

  1. You can now execute it with:

java -jar FILENAME.jar

About

An easy to use Webserver with GUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages