Quantcast
Channel: Library Questions - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 2896

The package http does not exist in SimplehttpServer

$
0
0

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); }


Viewing all articles
Browse latest Browse all 2896

Trending Articles