JCRMI Project problem with JBuilder

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.

[1091 byte] By [vcalmalioa] at [2007-11-27 3:45:55]
# 1
OK! I have fix it!It was a little bit stupid....The wrong was that I put 3 additional libraries in my classpath(!?!?!?)...Now It's ok, I can run my RMI client in an IDE...
vcalmalioa at 2007-7-12 8:49:39 > top of Java-index,Java Mobility Forums,Consumer and Commerce...