Here's what we had to do in order to get it to work....
(We're using PCSC10)

In the "main" function of our app, we   had to do this:

   OCFPCSC1.loadLib();
   OCFPCSC1 o = new OCFPCSC1();
   SystemAccess sa = SystemAccess.getSystemAccess();
   java.util.Properties prop = sa.loadProperties("c:\\env.properties");
   System.setProperties(prop);

   SmartCard.start();

It seems that Micro$oft was having problems loading the DLL correctly for
the PCSC stuff.
This loads it ahead of time and everything seems to work.  I have no idea
why this was occurring.
Do you have any ideas about this?

Tom

<[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> --__Next_947260282_Part2__
> Content-Type: text/plain; charset=iso-8859-1
> Content-transfer-encoding: quoted-printable
> Content-disposition: inline
>
> hi there,
>
> yes, and it works fine....
> put your jars in java\lib
> also the properties file
>
> set the classpath var in=20
> HKLM\Software\Microsoft\Java VM
>
> Classpath
>
> contents :
> the same you would set in a local classpath=20
>
> run it..=20
>
>
>
>
> regards=20
>
> rainer r. greim
> Greimconsulting.de
>
>
> >----- Urspr=FCngliche Nachricht -----
> >Absender: [EMAIL PROTECTED]
> >Betreff: [OCF]  HELP! J++!
> >Empf=E4nger: [EMAIL PROTECTED]
> >Datum: 07. Jan 2000 16:38
> >
> > Is _anyone_ out there using the OCF with a J++ app?
> > Or, has anyone had to do anything unusual to get their OCF stuff to=20
> work
> > under the Microsoft VM?
> >=20
> > Tom McKearney






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