Skip to Main Content

Java Card

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

JCRMI Project problem with JBuilder

843851May 8 2007 — edited May 12 2007
Hello!
I am new to java card technologie and i'm trying to make a JCRMI project. I have a sample code to start with (RMIDemo, purseclient from kit),
and i'm trying to understand the concept before i begin mine. So, i have read the notes in the jc kit and some articles like "An Introduction to Java Card Technology"
and now i'm able to build a RMI project from DOS command promt but i cant build the client's part in JBuilder.
Every time i try to buil the client i face the same error:

"PurseClient.java": cannot find symbol; symbol : constructor Exception(java.lang.String), location: class java.lang.Exception at line 77, column 23

"PurseClient.java": internal error; cannot instantiate java.lang.Exception.<init> at java.lang.Exception to () at line 77, column 23

and i don't know why. I try to change the classpath with no result.

I use jc 2.2.1 and the client's progrm located in
%JC_HOME%\samples\src_client\com\sun\javacard\clientsamples\purseclient

Thank you very much for your help, Bill.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 9 2007
Added on May 8 2007
1 comment
75 views