Turn (http://hi.baidu.com/hz_chenwenbiao/blog/item/7ee57bb3aad17b5a08230269.html)
When you open eclipse, the lower-right corner promotes "Initializing Java tooling, Progress 1%", and the long-time progress is constant.
Workaround:
1, find the Setup Panel "window"-"Preferences"-"Java"-"" Installed JREs ", delete the non-existent JDK;
2, increase the installed JDK;
3. Reconfigure the tomcat (or other container) address, including the JDK;
4. Forcibly shut down the Myeclispe and forcibly shut down by Windows Task Manager.
5, restart MyEclipse, problem solving.
Another turn:
MyEclipse 6.5 Predictive input unresponsive solution when writing JSP code
A headache problem, enter "." On the JSP page. After that, MyEclipse often appear unresponsive, wait for several minutes to return to normal, find a lot of methods, the following method is the most effective, is actually very simple:
window-->java-->installed jres--> Select your version-->edit--> Select all Jar Packages-->javadoc location There's a path.
Remove the address below path to OK! (or change to your local jdk-doc directory)
The most fundamental way to move forward:
Open Eclipse and discover that Eclipse is down, and there's a hint: About initializing Java tooling (1%) ...
After restarting a few times, the problem still exists, so a wild search, and finally found the right solution, as follows:
Locate the Eclipse directory, edit the Eclipse.ini file, add the following parameters before the-vmargs parameter (be sure to write two lines as follows), and then reboot to OK.
-vm
C:\Java\jdk1.5.0_14\bin
If none of the above methods are valid, I will provide an ultimate solution:
Eclipse.exe-clean
Eclipse encounters initializing Java tooling Ultimate Solution