Before changing the JDK7, suddenly occurred in the writing code, the automatic completion of the function expires, pop up computing additional info ... Balabala tips, the following is a Web-based solution, pro-Test available:
The reason is that with the Content Assist feature, Eclipse will look for Java source code, first find it locally, and then go to the Internet. Local default is the source code without java. Computing additional info represents the source code for Java in search of the Internet.
Workaround:
1. Locate the Src.zip file in the JDK installation directory;
2. Open the Eclipse:window menu->preference->java->installed JREs;
3. Select the JRE you are using in the list, and then edit;
4. Select Rt.jar, then click on the "Source Attachment" button, select "External file" after the popup dialog, and then associate the Src.zip file in your JDK installation directory with the Rt.jar.
Previously encountered this situation, recently changed eclipse3.5 use, and there is this situation, but forget how to solve, so record it. In addition to the JRE, other third-party jar packages cause this to happen with the same workaround.
Eclipse has been computing additional info (after the JDK has changed) solution