I have homework to create an HTTP server with java, simple and from scratch. After google search and here ... I found this “see the best answer” link with a very nice answer, so I copy / paste this example to overshadow it, but it does not recognize the package
import com.sun.net.httpserver.Headers; import com.sun.net.httpserver.HttpExchange; import com.sun.net.httpserver.HttpHandler; import com.sun.net.httpserver.HttpServer;
Could you help me so that I can get eclipse to recognize them? Also, if you are not asking a lot to learn about any other link with an HttpServer example? Thank you in advance!
Andi Domi Oct 31 '12 at 10:21 2012-10-31 10:21
source share