Re: NoClassDefFoundError: DocumentSuggestionProvider when opening "Tools" menu
Petr Kuzel <[email protected]> Fri, 21 Nov 2003 12:49:18 +0100
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Organization | Sun Microsystems |
| Message-ID | <[email protected]> |
Frank-Michael Moser wrote: > Just wanted to point some attention to > http://www.netbeans.org/issues/show_bug.cgi?id=37381 which I have > reported yesterday: This is really a show-stopper because I cannot open > any context menues from either the explorer nor the editor. This linkage error was caused by incompatible API change multiplied by broken Alpha AU centred update process. Should be fixed now. > There was no other way to solve the problem than to remove the modules > manually. This means that the problem cannot simply be solved using the > Update-Center: downloaders of the current version manually have to > remove the modules first. In all these menus exist nested Scan Suggestions action. It was not linkable. Menu contruction code could be more robust and ignore LinkageError. On the other hand LinkageError commonly means that application is in really bad shape and should be terminated. Cc.