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 210034 - From JavaCard: org.openide.util.NbBundle$ClassLoaderFinder
Summary: From JavaCard: org.openide.util.NbBundle$ClassLoaderFinder
Status: RESOLVED WORKSFORME
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-24 15:47 UTC by sunbiz
Modified: 2012-05-15 11:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186234


Attachments
stacktrace (7.31 KB, text/plain)
2012-03-24 15:47 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2012-03-24 15:47:25 UTC
Build: NetBeans IDE Dev (Build 201203200400)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
sunbiz: Creating a new JavaCard project




Stacktrace: 
java.lang.ClassNotFoundException: org.openide.util.NbBundle$ClassLoaderFinder
   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 sunbiz 2012-03-24 15:47:27 UTC
Created attachment 117195 [details]
stacktrace
Comment 2 J Bachorik 2012-05-15 11:56:36 UTC
Do you have a reproducible case? Can you share the steps?
I am not able to reproduce - the error is rather strange as it suggests an NB internal class is not accessible.