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 184832 - ClassNotFoundException: com.sun.javacard.apduio.CadTransportException
Summary: ClassNotFoundException: com.sun.javacard.apduio.CadTransportException
Status: RESOLVED WORKSFORME
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-23 10:40 UTC by Petr Suchomel
Modified: 2011-08-10 20:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 168428


Attachments
stacktrace (3.87 KB, text/plain)
2010-04-23 10:40 UTC, Petr Suchomel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Suchomel 2010-04-23 10:40:13 UTC
Build: NetBeans IDE 6.9 Beta (Build 201004200117)
VM: Java HotSpot(TM) Client VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows XP

User Comments:
psuchomel: When right clicking on Defalt device in services (under Java Card) trying to open console for JC, this exception appears




Stacktrace: 
java.lang.ClassNotFoundException: com.sun.javacard.apduio.CadTransportException
   at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Comment 1 Petr Suchomel 2010-04-23 10:40:18 UTC
Created attachment 97907 [details]
stacktrace
Comment 2 _ tboudreau 2010-04-26 10:31:45 UTC
Petr, is this the same build where the apduio JAR was missing from the (?) NBM from the update center?  

This is a class from that JAR.  If so, then it is a side effect of whatever the update center problem is.
Comment 3 _ tboudreau 2011-05-26 01:59:33 UTC
Reassigning a bunch of bugs still assigned to me - I haven't worked for Oracle in almost a year.
Comment 4 _ tboudreau 2011-05-26 02:44:49 UTC
Uy... I *am* the default assignee for javacard...
Comment 5 Anton Chechel 2011-08-10 20:04:51 UTC
Product Version: NetBeans IDE Dev (Build 20110805-bf63fa9d63cb)
Java: 1.6.0_25; Java HotSpot(TM) Client VM 20.0-b11
System: Windows 7 version 6.1 running on x86; Cp1252; en_GB (nb)
Java Card 3.0.2 Platform.

Works for me.