JCRMI Project problem with JBuilder
843851May 8 2007 — edited May 12 2007Hello!
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.