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 258775 - NoClassDefFoundError: Could not initialize class org.netbeans.processtreekiller.ProcessTreeKiller$Darwin
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.processtreekill...
Status: RESOLVED DUPLICATE of bug 258735
Alias: None
Product: platform
Classification: Unclassified
Component: Execution (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-11 14:06 UTC by athompson
Modified: 2016-05-30 12:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223449


Attachments
stacktrace (1.02 KB, text/plain)
2016-04-11 14:06 UTC, athompson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description athompson 2016-04-11 14:06:06 UTC
Build: NetBeans IDE Dev (Build 201604110001)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.9.0-ea-b93, Java(TM) SE Runtime Environment, 1.9.0-ea-b93
OS: Mac OS X

User Comments:
athompson: cut and pasted files in the favorites view




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.processtreekiller.ProcessTreeKiller$Darwin
   at org.netbeans.processtreekiller.ProcessTreeKiller.get(ProcessTreeKiller.java:137)
   at org.netbeans.modules.extexecution.process.ProcessesImpl.killTree(ProcessesImpl.java:60)
   at org.netbeans.api.extexecution.base.Processes.killTree(Processes.java:86)
   at org.netbeans.modules.extexecution.base.WrapperProcess.destroy(WrapperProcess.java:110)
   at org.netbeans.api.extexecution.base.BaseExecutionService$2.call(BaseExecutionService.java:278)
   at org.netbeans.api.extexecution.base.BaseExecutionService$2.call(BaseExecutionService.java:198)
Comment 1 athompson 2016-04-11 14:06:07 UTC
Created attachment 159211 [details]
stacktrace
Comment 2 Petr Hejl 2016-05-30 12:22:35 UTC

*** This bug has been marked as a duplicate of bug 258735 ***