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 181717 - ClassNotFoundException: com.vp.vpsde.nb.actions.SelectInDiagramInCodeEditorAction
Summary: ClassNotFoundException: com.vp.vpsde.nb.actions.SelectInDiagramInCodeEditorAc...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-09 12:29 UTC by teamigo
Modified: 2010-06-08 21:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 163284


Attachments
stacktrace (3.62 KB, text/plain)
2010-03-09 12:29 UTC, teamigo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description teamigo 2010-03-09 12:29:16 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Linux

User Comments:
GUEST: just open the ide ,it happened

GUEST: Starting netbeans 6.8 on OS X

GUEST: uninstalled VP Suite and restarted NB 6.8

GUEST: when starting the program for first time, not yet done anything

GUEST: a tried to format a .java file

GUEST: open a file or project

GUEST: Just opened NetBeans. It seems the error ocured during initial scanning of projects.




Stacktrace: 
java.lang.ClassNotFoundException: com.vp.vpsde.nb.actions.SelectInDiagramInCodeEditorAction
   at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Comment 1 teamigo 2010-03-09 12:29:23 UTC
Created attachment 94936 [details]
stacktrace