How to download com.sun.net.httpserver package?
I'm not familiar with where I can get the package com.sun.net.httpserver? I like to use this package in Android. Thanks! It's part of Java SE 6 . It's not published separately and also not included in Android. I'd suggest to look for another lightweight Java implementation of a HTTP server, like i-Jetty . You can download it from https://bintray.com/bintray/jcenter/download_file?file_path=com%2Fsun%2Fnet%2Fhttpserver%2Fhttp%2F20070405%2Fhttp-20070405.jar It used to be available from Sun for Java 5 but they seem to have pulled the link. Don't know if it works on Android mind you. Old broken