4

I am unable to find com.sun.net.httpserver.HttpServer source in src.jar of java 1.6. Where is it available?

1 Answer 1

5

Here you will find source code for com.sun.net.httpserver.HttpServer.

Hope this helps.

Sign up to request clarification or add additional context in comments.

Thanks - I already found that. But I want to be able to browse the code from IntelliJ [My Java IDE] itself. The way you do for String etc.
@Fakrudeen: You can attach single source file in IDE. Do you want sources of all files in jar?
yes they way you get for String, HashMap etc. in src.jar of java 1.6
@Fakrudeen: The link I have posted contains source of all files in jar. You can also download the sources there.
Thanks - I found the jar. But is openjdk the same as jdk [w.r.to this class]? repository.grepcode.com/java/root/jdk/openjdk/6-b14/…

Your Answer

Draft saved
Draft discarded

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.