vote up 1 vote down star

I installed the eclipse web page editor from the help->updates->Ganymede Update Side-> Web and Java EE Development. - version 2.1.0

Whenever I try to open an html page though, I get the error:

java.lang.NoSuchMethodError

An error has occurred. See error log for more details. org.eclipse.wst.sse.ui.StructuredTextEditor.isBlockSelectionModeEnabled()Z

Any ideas on how to resolve this?

flag

2 Answers

vote up 0 vote down

That may be due to a conflict with other plugins you may have installed before.

If you didn't have any other plugins, try accessing your html pages with a fresh installation of an eclipse distro including WTP.
See the Java J2EE package for instance.

link|flag
vote up 0 vote down

Hey, I ran into this issue as well and it might be caused by the version 3.1 of "Eclipse XML editors and tools" I've seen people mention if they go back to 3.0.4 it works.

Eclipse XML editors and tools is part of the Web Tools Platform and I got the downgraded version here:

http://archive.eclipse.org/webtools/downloads/drops/R3.0/R-3.0.4-20090213193639/

link|flag
Wow, it seems the actual problem was that the "Eclipse XML editors and tools" were not even installed by the dependencies. After installing 3.0.4, all is good. Thanks! – UsAaR33 Oct 15 at 11:55

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.