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 269596 - ClassNotFoundException: org.netbeans.modules.profiler.nbimpl.project.AbstractAntProjectSupportProvider
Summary: ClassNotFoundException: org.netbeans.modules.profiler.nbimpl.project.Abstract...
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-19 03:05 UTC by Derik.Adan
Modified: 2017-01-19 03:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227737


Attachments
stacktrace (4.80 KB, text/plain)
2017-01-19 03:06 UTC, Derik.Adan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Derik.Adan 2017-01-19 03:05:58 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: OpenJDK 64-Bit Server VM, 25.111-b14, OpenJDK Runtime Environment, 1.8.0_111-8u111-b14-2ubuntu0.16.04.2-b14
OS: Linux

User Comments:
Derik.Adan: Erro ao importar um projeto amostra de Java ME SDK 8.3




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.profiler.nbimpl.project.AbstractAntProjectSupportProvider
   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 Derik.Adan 2017-01-19 03:06:00 UTC
Created attachment 163427 [details]
stacktrace