I was using the vmagrs prior, so no change there.
Please paste them here so I can look at them.
(unfortunatly, I had to also take out JAR files that I do need for the build).
How many JARs did you have in your build path at first, and how many did you have after you trimmed it down to ONLY compile-time deps (trimming it down farther isn’t much of a workaround as you can’t work).
Question: Why wasn’t there a problem in the java editing being slowed down when all the JAR files were in the build path? There is only a problem in the JSP editing.
Because there is a performance issue with the JSP editor’s implementation of autocomplete. I’m trying to help you work around the issue, not suggest that it is behaving as it should, it’s not.
Question: Is there anyother method (other than removing the JAR) to help speed the JSP editor up?
You can turn off the reconciler by going to Window > Prefs > MyEclipse > Editors > JSP Editor > “Analyze while typing” and uncheck that.