I have downloaded the SimplehttpServer library, extracted the zip and put into the libraries folder. Even when i run a simple example, I recieve a "The package http does not exist" the code is:
import http.*;
SimpleHTTPServer server;
void setup() { server = new SimpleHTTPServer(this); }