4

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

skaffman
  • 398,947
  • 96
  • 818
  • 769
Fakrudeen
  • 5,778
  • 7
  • 44
  • 70

1 Answers1

5

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

Hope this helps.

Harry Joy
  • 58,650
  • 30
  • 162
  • 207
  • 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 Mar 31 '11 at 06:17
  • @Fakrudeen: You can attach single source file in IDE. Do you want sources of all files in jar? – Harry Joy Mar 31 '11 at 06:20
  • yes they way you get for String, HashMap etc. in src.jar of java 1.6 – Fakrudeen Mar 31 '11 at 09:55
  • @Fakrudeen: The link I have posted contains source of all files in jar. You can also download the sources there. – Harry Joy Mar 31 '11 at 09:56
  • Thanks - I found the jar. But is openjdk the same as jdk [w.r.to this class]? http://repository.grepcode.com/java/root/jdk/openjdk/6-b14/openjdk-6-b14-sources.jar – Fakrudeen Mar 31 '11 at 14:39