Eclipse – How to attach JDK source code

This article shows you how to attach the JDK source code in Eclipse IDE.

In Eclipse, select Windows -> Preferences -> Java -> Installed JREs , expands rt.jar, select “Source attachment” and find the src.zip from your disk drive.

attach-jdk-source-code-eclipse

P.S JDK source code is inside the src.zip.

Note
You may interest at this article – where to download JDK source code.

References

  1. Oracle JavaSE download link
  2. download the JDK source code
Image

mkyong

Founder of Mkyong.com, passionate Java and open-source technologies. If you enjoy my tutorials, consider making a donation to these charities.

8 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments
gosi
10 years ago

I didn’t find the source code for JDK 1.8. I find only javafx-src.zip, which doesn’t have the entire set.

PremChoudhary
5 years ago

Please write a pots for java8 on this topic. I am not able to do this with java8 even after going through lot of post

kamalakant
7 years ago

Thanks

Harish Bhaskar
9 years ago

Thank you very much, i was struggling to attach source file. i spent approx 2 hours to attach source file. once again thank you very much

ElmerDeVe
9 years ago

Me salvás siempre!!!
Sos una masa, chinito!!!

Thanks for helping me!

🙂

Sourav Sarangi
10 years ago

hey thanks worked for me

jelon
10 years ago

thx 🙂

Nathan Nelson
10 years ago

Worked good. I had to move my src.zip file from users > nathan > program files > java > jdk7 > bin > src.zip to workspace > my project. I didn’t even have to refresh the file list (selecting src.zip file to attach prompt).

Thank you so much!