- This topic has 5 replies, 3 voices, and was last updated 19 years, 3 months ago by Scott Anderson.
-
AuthorPosts
-
Mike CicoMemberI have the 4.0 m2 workbench running on Eclipse 3.1 when I do a Java search, the JSP search kicks in and gets stuck. It looks like there used to be an issue with the JSP indexer in 3.8, has it regressed in 4.0?
If so, how can I turn off JSP search?
Riyad KallaMemberI can’t reproduce this locally. can you give us more information about your setup. What is your Eclipse Build ID (Help > About), also what is your full MyEclipse version from Window > Preferences > MyEclipse? Did you upgrade Eclipse? Did you upgrade MyEclipse? is this a fresh install? Do you have WTP installed? What other plugins do you have in your <eclipse dir>\plugins dir?
Mike CicoMemberEclipse:
Version: 3.1.0
Build id: I20050219-1500MyEclipse:
Build ID: 20050627-4.0-Milestone-2It looks like I have WTP 1.0…the only other plugin I have is P4.
Riyad KallaMemberEclipse:
Version: 3.1.0
Build id: I20050219-1500This is the first problem, this is not the final GA release of Eclipse 3.1. MyEclipse 4.0 Milestone 2 is only compatible with the GA release of Eclipse 3.1, please download the 3.1 SDK and unzip it to a new location, then re-run the MyEclipse install against this new Eclipse build. Then adjust your shortcut to include -clean and point it at your old workspace.
It looks like I have WTP 1.0…the only other plugin I have is P4.
Do you have wtp plugins under your <eclipse>\plugins dir, or are you referring to the ones in the MyEclipse install? If you have WTP installed under Eclipse, this will cause many conflicts with MyEclipse as we build ontop of the WTP platform, so by installing incompatible versions you are going to cause MYEclipse to act irradically and die.
I would point out that the freeze up your are experiencing was liekly reintroduced by WTP when you installed it.
Mike CicoMemberOK, that seemed to do it. I had installed what I thought was the GA version at the end of June, but I must have installed an old one by mistake. Thanks!
Do I need to keep the “-clean” option on the shortcut?
Scott AndersonParticipantDo I need to keep the “-clean” option on the shortcut?
No, it’s a one-time fix for when things go wonky.
-
AuthorPosts