SimpleWebServer is a tiny application completely written in Java that enables you to distribute your files in the simplest manner.
All you have to do is put the JAR file in the folder containing the files you want to share and as soon as you start SimpleWebServer, everything in that directory will become available and accessible via any web browser.
To run SimpleWebServer, simply type in the command-line console: java -jar SimpleWebServer.jar Alternately, you can double-click the JAR file and the server should start on the spot.
Requirements:
· Java