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 244015 - ClassNotFoundException: com.sun.jdi.connect.Connector
Summary: ClassNotFoundException: com.sun.jdi.connect.Connector
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-23 01:33 UTC by tdnorb
Modified: 2016-07-07 08:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 209220


Attachments
stacktrace (844 bytes, text/plain)
2014-04-23 01:33 UTC, tdnorb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tdnorb 2014-04-23 01:33:06 UTC
This bug was originally marked as duplicate of bug 241661, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Mac OS X

User Comments:
tdnorb: Attempting to debug a java freeform project

tdnorb: Attempting to debug a freeform java project

tdnorb: I just can't work with NB today.  Never had any issue like constant internal errors.  Was trying to debug a java freeform project

GUEST: java.lang.NoClassDefFoundError: com/sun/jdi/connect/Connector

tdnorb: Debugging a NB freeform project




Stacktrace: 
java.lang.ClassNotFoundException: com.sun.jdi.connect.Connector
   at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
   at org.apache.tools.ant.module.bridge.AuxClassLoader.findClass(AuxClassLoader.java:88)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
Comment 1 tdnorb 2014-04-23 01:33:08 UTC
Created attachment 146902 [details]
stacktrace
Comment 2 Martin Entlicher 2014-05-26 13:02:41 UTC
Is there a way to tell to AuxClassLoader that I need tools.jar?
I have OpenIDE-Module-Package-Dependencies: com.sun.jdi[VirtualMachineManager] in manifest.mf
See debugger.jpda.ant/manifest.mf
Moving to Projects/ANT for evaluation...
Comment 3 Martin Balin 2016-07-07 08:38:09 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss