MyeclipseEditJSPOld crashes
This problem is indeed annoying. It is actually the result of myeclipse's "self-made intelligence" and accessing the API doc on the Network (which is opened by visual designer by default ), perform the following settings to effectively mitigate the problem.
1. Right-click the file and choose open with-> myeclipse JSP editor to open it. This will not be opened visually, resulting in less resource consumption and Fast Automatic prompts.
2. Either use the permanent method window-> preferences-> General-> editors-> File Associations
Set the "*. jsp" editor association by default to "myeclipse JSP Editor ".
3. Do not use the default method to access the API Doc online. It is best to download the API Doc and decompress it locally, and then change the location to point to the local document!
Then, when writing code, it won't be stuck.
See the settings (note to adjust all the javadoc addresses of common jar packages ). This is a fatal solution !!
4. Right-click the project name you created and choose properties. In the displayed window, click Java build path and click the libraries tab, find the place marked in marked 2, select Remove on the right to change to the way marked in marked 1, and click OK.