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 257011

Summary: ClassNotFoundException: java.lang.UNIXProcess
Product: platform Reporter: athompson <athompson>
Component: ExecutionAssignee: Petr Hejl <phejl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221536
Attachments: stacktrace

Description athompson 2015-12-07 03:40:30 UTC
Build: NetBeans IDE Dev (Build 201512060002)
VM: Java HotSpot(TM) 64-Bit Server VM, 9-ea+95-2015-12-02-041743.javare.3968.nc, Java(TM) SE Runtime Environment, 9-ea+95-2015-12-02-041743.javare.3968.nc
OS: Mac OS X

User Comments:
athompson: added Node Path under Options-->HTML/JS-->Node.js




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-12-07 03:40:32 UTC
Created attachment 157689 [details]
stacktrace