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 256673 - ClassNotFoundException: java.lang.UNIXProcess
Summary: ClassNotFoundException: java.lang.UNIXProcess
Status: NEW
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: 2015-11-18 20:24 UTC by athompson
Modified: 2015-11-18 20:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221235


Attachments
stacktrace (1.95 KB, text/plain)
2015-11-18 20:24 UTC, athompson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description athompson 2015-11-18 20:24:15 UTC
Build: NetBeans IDE Dev (Build 201511180002)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.9.0-ea-b88, Java(TM) SE Runtime Environment, 1.9.0-ea-b88
OS: Mac OS X

User Comments:
athompson: started IDE




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 2015-11-18 20:24:17 UTC
Created attachment 157397 [details]
stacktrace