How to download com.sun.net.httpserver package?
android, com.sun.net.httpserver, java
Solution
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.
Problem
I'm not familiar with where I can get the package com.sun.net.httpserver? I like to use this package in Android. Thanks!