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 270988 - ClassNotFoundException: org.apache.commons.lang.StringUtils
Summary: ClassNotFoundException: org.apache.commons.lang.StringUtils
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-28 09:55 UTC by aquaglia
Modified: 2017-06-28 09:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229561


Attachments
stacktrace (1.75 KB, text/plain)
2017-06-28 09:55 UTC, aquaglia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aquaglia 2017-06-28 09:55:49 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Windows 7

User Comments:
aquaglia: Running a freshly create java RS Web project




Stacktrace: 
java.lang.ClassNotFoundException: org.apache.commons.lang.StringUtils
   at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:222)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
Comment 1 aquaglia 2017-06-28 09:55:51 UTC
Created attachment 164646 [details]
stacktrace