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 258735 - ClassNotFoundException: java.lang.UNIXProcess
Summary: ClassNotFoundException: java.lang.UNIXProcess
Status: RESOLVED FIXED
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:
: 258736 258775 258811 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-04-08 19:26 UTC by athompson
Modified: 2016-05-30 12:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223404


Attachments
stacktrace (1.95 KB, text/plain)
2016-04-08 19:27 UTC, athompson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description athompson 2016-04-08 19:26:59 UTC
Build: NetBeans IDE Dev (Build 201604060001)
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: clicked the "bower" node in project properties




Stacktrace: 
java.lang.ClassNotFoundException: java.lang.UNIXProcess
   at java.net.URLClassLoader.findClass(URLClassLoader.java:384)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:262)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:222)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
Comment 1 athompson 2016-04-08 19:27:00 UTC
Created attachment 159172 [details]
stacktrace
Comment 2 Petr Hejl 2016-04-13 13:39:49 UTC
*** Bug 258736 has been marked as a duplicate of this bug. ***
Comment 3 Petr Hejl 2016-04-13 13:39:52 UTC
*** Bug 258811 has been marked as a duplicate of this bug. ***
Comment 4 Petr Hejl 2016-05-30 12:20:19 UTC
Initial cause is java.lang.NoSuchMethodException: java.lang.ProcessHandle.allChildren() as the method name was changed in JDK9 to "descendants()".
Comment 5 Petr Hejl 2016-05-30 12:22:35 UTC
*** Bug 258775 has been marked as a duplicate of this bug. ***
Comment 6 Petr Hejl 2016-05-30 12:23:36 UTC
Fixed in web-main 4be1aea6864a.