No, the base-core and base-opt.jar are not required to be there. I just have them in my jar file. Are you running with java -classpath %classpath% MyProgram, or how are you running it?
What CardServices are you using? I had some problems with a few of them throwing the ClassNotFound exception because they were used the wrong way. On Wed, 26 Feb 2003, DeTerra, David J wrote: > Does anyone know if having the base-core.jar and base-opt.jar in the jre/lib/ext > directory is mandatory? Also, do any classes that extend the original CardServices > need to be located there as well? > > When I try to run my test programs with everything in the jre/lib/ext directory > everything works fine, but when my extended CardService classes are located in a jar > file not located in this directory but is included in the classpath, I receive a > class not found exception. > > any help is greatly appreciated! > > Thanks, > David > > > --- > > Visit the OpenCard web site at http://www.opencard.org/ for more > > information on OpenCard---binaries, source code, documents. > > This list is being archived at http://www.opencard.org/archive/opencard/ > > ! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email > ! to > ! [EMAIL PROTECTED] > ! containing the word > ! unsubscribe > ! in the body. > -- Alejandro Wille --- > Visit the OpenCard web site at http://www.opencard.org/ for more > information on OpenCard---binaries, source code, documents. > This list is being archived at http://www.opencard.org/archive/opencard/ ! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email ! to ! [EMAIL PROTECTED] ! containing the word ! unsubscribe ! in the body.
