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 255372 - ClassNotFoundException: java.lang.UNIXProcess
Summary: ClassNotFoundException: java.lang.UNIXProcess
Status: RESOLVED DUPLICATE of bug 255868
Alias: None
Product: platform
Classification: Unclassified
Component: Execution (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords: JDK_9, NO81
: 255487 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-09-17 14:47 UTC by Stepan Zebra
Modified: 2015-10-14 12:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219999


Attachments
stacktrace (2.01 KB, text/plain)
2015-09-17 14:47 UTC, Stepan Zebra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stepan Zebra 2015-09-17 14:47:53 UTC
Build: NetBeans Dev JDK9 branch (Build 20150915-63db74ce1bef)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.9.0-ea-jigsaw-nightly-h3391-20150915-b81, Java(TM) SE Runtime Environment, 1.9.0-ea-jigsaw-nightly-h3391-20150915-b81
OS: Linux

User Comments:
stezeb: Expanding a project node of a Maven Web project in Projects view on following configuration:

Product Version: NetBeans Dev JDK9 branch (Build 20150915-63db74ce1bef)
Java: 1.9.0-ea; Java HotSpot(TM) 64-Bit Server VM 1.9.0-ea-jigsaw-nightly-h3391-20150915-b81
Runtime: Java(TM) SE Runtime Environment 1.9.0-ea-jigsaw-nightly-h3391-20150915-b81
System: Linux version 2.6.32-504.16.2.el6.x86_64 running on amd64; UTF-8; en_US (nb)




Stacktrace: 
java.lang.ClassNotFoundException: java.lang.UNIXProcess
   at jdk.internal.misc.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:286)
   at jdk.internal.misc.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:169)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:364)
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:222)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:364)
   at java.lang.Class.forName0(Class.java:0)
Comment 1 Stepan Zebra 2015-09-17 14:47:55 UTC
Created attachment 156254 [details]
stacktrace
Comment 2 Jiri Kovalsky 2015-09-18 09:25:03 UTC
Not related to NetBeans 8.1.
Comment 3 Stepan Zebra 2015-09-22 13:43:01 UTC
*** Bug 255487 has been marked as a duplicate of this bug. ***
Comment 4 Petr Hejl 2015-10-14 12:51:19 UTC
Should be resolved by the fix for issue #255868.

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