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 196433 - ClassNotFoundException: org.netbeans.modules.nativeexecution.api.util.ConnectionListener
Summary: ClassNotFoundException: org.netbeans.modules.nativeexecution.api.util.Connect...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-08 11:00 UTC by mklaehn
Modified: 2011-05-03 05:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177369


Attachments
stacktrace (5.08 KB, text/plain)
2011-03-08 11:00 UTC, mklaehn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mklaehn 2011-03-08 11:00:05 UTC
This issue was reported manually by mklaehn.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build nbms-and-javadoc-6709-on-110223)
VM: Java HotSpot(TM) Server VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows 2000

User Comments:
mklaehn: open 2 pairs of .c and their .h files with drag&drop into the ide




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.nativeexecution.api.util.ConnectionListener
   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 mklaehn 2011-03-08 11:00:08 UTC
Created attachment 106815 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-04-13 16:21:18 UTC
Are dependencies between CND modules OK? I see no other reason why CNFE would be thrown...
Comment 3 Vladimir Voskresensky 2011-05-02 08:23:55 UTC
http://hg.netbeans.org/cnd-main/rev/37229d78f579
Comment 4 Quality Engineering 2011-05-03 05:24:31 UTC
Integrated into 'main-golden', will be available in build *201105030000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/37229d78f579
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #196433 -  ClassNotFoundException: org.netbeans.modules.nativeexecution.api.util.ConnectionListener