Ways to view JDK source code in eclipse

Source: Internet
Author: User

The problem is that you want to prove that the get () method in the Vector is not a thread-safe method with the synchronized keyword modifier,

So inside Eclipse:

New Vector<> ();

Then select the vector press F3 to see the source code, the results jumped out:

Ok

Direct Click Attach Source

After entering

WorkSpace location is in the workspace, usually for the need to call other self-added jar package when added

External location is the jar package under the external space, for we need to use the JDK, we choose External, can add files can also add folders, but in order to check the JDK later, I directly add the entire folder

OK, this time the source is out,

The Get () method selected to the vector is indeed decorated with the synchronized keyword.

Of course, if you want to modify this path, you can also:

1. Point "Window", "Preferences", "Java", "Installed JREs"

2. The right side of "Installed JREs" is the list pane, listing the JRE environment in the system, selecting your JRE, and then clicking "Edit ..." on the edge, a window will appear (edit JRE)

3. Select this entry for the Rt.jar file: "C:\Program Files\java\jre_1.5.0_06\lib\rt.jar"
Point to the left of the "+" sign to expand it,

4. Expand, you can see "source Attachment: (None)", point this item, point to the right of the button "source Attachment ...",

How to view JDK source code in eclipse

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.