I figured that part out, OCF was looking in some weird place for the
opencard.properties.
note you can see where yours is looking by running the following code...
import java.util.Properties;
   public class findOCP {
       public static void main(String[] argv) {
        Properties props = System.getProperties();
        System.out.println("Looking for OpenCard Properties file in:\n\t"
           + props.getProperty("java.home") +
"\\lib\\opencard.properties\n\t"
           + props.getProperty("user.home") + "\\.opencard.properties\n\t"
           + props.getProperty("user.dir")  + "\\opencard.properties\n\t"
           + props.getProperty("user.dir")  + "\\.opencard.properties\n");
       }
   }
However I still have some problems, and it is the following...
------------------------------------------------------------
Starting demo...
------------------------------------------------------------
start use case: get information about registered terminals

Exception in thread "main" java.lang.NoClassDefFoundError:
opencard/core/termina
l/CardTerminalFactory
        at java.lang.ClassLoader.defineClass0(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
        ....etc etc etc

thanks
Casey

----- Original Message -----
From: "Nitin" <[EMAIL PROTECTED]>
To: "Shawn Casey Elliott" <[EMAIL PROTECTED]>
Sent: Tuesday, May 16, 2000 11:49 PM
Subject: Re: [OCF] question


> I guess it should be in jdk1.3\lib and not
> jdk1.3\jre\lib
>
> Please try this
>
> Nitin
> --- Shawn Casey Elliott <[EMAIL PROTECTED]> wrote:
> > I have the file in the right place.
> > jdk1.3\jre\lib
> >
> > any ideas
> > ----- Original Message -----
> > From: "Nitin" <[EMAIL PROTECTED]>
> > To: "Shawn Casey Elliott" <[EMAIL PROTECTED]>
> > Sent: Tuesday, May 16, 2000 9:48 PM
> > Subject: Re: [OCF] question
> >
> >
> > > It is referring to opencard.properties file
> > >
> > > Nitin
> > > --- Shawn Casey Elliott <[EMAIL PROTECTED]>
> > wrote:
> > > > what file is this referring too?
> > > >
> > >
> >
> ------------------------------------------------------------
> > > > Starting demo...
> > > >
> > >
> >
> ------------------------------------------------------------
> > > > start use case: get system properties
> > > >
> > > > OpenCardPropertyLoadingException:
> > > > property file not found
> > > >
> > > > finished use case: get system properties
> > > >
> > >
> >
> ------------------------------------------------------------
> > > > Press any key to continue . . .
> > > >
> > > > thanks
> > > > Casey
> > > >
> > > >
> > > >
> > > > ---
> > > > > 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.
> > > >
> > > >
> > >
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Send instant messages & get email alerts with
> > Yahoo! Messenger.
> > > http://im.yahoo.com/
> >
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Send instant messages & get email alerts with Yahoo! Messenger.
> http://im.yahoo.com/



---
> 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.

Reply via email to