This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 187609

Summary: [69cat] NoClassDefFoundError: org/netbeans/lib/editor/bookmarks/api/BookmarkList
Product: editor Reporter: Peter Nabbefeld <epdv>
Component: -- Other --Assignee: issues@editor <issues>
Status: REOPENED ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 170714
Attachments: stacktrace

Description Peter Nabbefeld 2010-06-15 17:30:06 UTC
Build: NetBeans IDE Dev (Build 201005280001)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows Vista

Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/lib/editor/bookmarks/api/BookmarkList
   at org.netbeans.modules.editor.bookmarks.EditorBookmarksModule$BookmarksInitializer.propertyChange(EditorBookmarksModule.java:154)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
   at org.netbeans.api.editor.EditorRegistry.fireEvents(EditorRegistry.java:507)
   at org.netbeans.api.editor.EditorRegistry.focusGained(EditorRegistry.java:318)
   at org.netbeans.api.editor.EditorRegistry$FocusL.focusGained(EditorRegistry.java:624)
   at java.awt.AWTEventMulticaster.focusGained(AWTEventMulticaster.java:203)
Comment 1 Peter Nabbefeld 2010-06-15 17:30:10 UTC
Created attachment 100100 [details]
stacktrace
Comment 2 Peter Nabbefeld 2010-06-16 06:06:33 UTC
Seems to be a PC problem (chkdsk found some problems)
Comment 3 mcheung63 2017-04-15 17:38:43 UTC
I have this error, my plugin used org.netbeans.modules.editor.bookmarks/1 [1.37.1 201609300101] but still java.lang.ClassNotFoundException: org.netbeans.lib.editor.bookmarks.api.BookmarkList
Comment 4 Neogene 2017-04-22 09:48:02 UTC
Latest 8.2 update broke the editor: unable to open any file, when double clicking on a file bookmark list class missing crashes and causes the file editor window to disappear, application isn't crashing only the file editor.


ClassNotFoundException: org.netbeans.lib.editor.bookmarks.api.BookmarkList

Mac OS Sierra latest update

java version "1.8.0_91"
Java(TM) SE Runtime Environment (build 1.8.0_91-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.91-b14, mixed mode)