Jycraft / jycraft

Extend Minecraft servers with Python using Jython.
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Adding Preliminary static HttpServer support #17

Closed AngelMunoz closed 8 years ago

AngelMunoz commented 8 years ago

Please review once again for any typo you may see. I have built both jars in windows with java 1.7 and ubuntu based distro with both openjdk 1.8 and oracle's java 1.8

This pull request includes support for a http server which should be served in a directory named /static in the server's root.

Deleted unnecesary eclipse project files and updated gradle script to pull one of the libraries we use from github