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 257368 - ClassNotFoundException: javax.ws.rs.core.Configuration
Summary: ClassNotFoundException: javax.ws.rs.core.Configuration
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-03 08:41 UTC by aquaglia
Modified: 2016-01-03 08:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221932


Attachments
stacktrace (7.30 KB, text/plain)
2016-01-03 08:41 UTC, aquaglia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aquaglia 2016-01-03 08:41:19 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b27
OS: Mac OS X

User Comments:
aquaglia: Coding jax-rs services




Stacktrace: 
java.lang.ClassNotFoundException: javax.ws.rs.core.Configuration
   at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
   at org.netbeans.api.java.classpath.ClassLoaderSupport.findClass(ClassLoaderSupport.java:119)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   at java.lang.ClassLoader.defineClass1(ClassLoader.java:0)
   at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
Comment 1 aquaglia 2016-01-03 08:41:21 UTC
Created attachment 157972 [details]
stacktrace