On Friday 11 February 2005 08:23, Aggeler Rafael wrote:
> Hi Again...
>
[ ... ]
>
> Thanks
>
> Greets
> RAfael


Hi,
My opencard.properties is the same released with the loader.

I'm writing a script to use the loader and setting the CLASSPATH.
In the CLASSPATH i specify also the cryptix's jar file. 

---------------------SCRIPT--------------------------
#/bin/sh
#
# CFlexAccess.sh
# Usage: ./CFlexAccess.sh "command"  
# * * * NOTE THE " to specify the command
# 

CLASSPATH_BAK=$CLASSPATH

CLASSPATH=/usr/local/cryptix-jce/cryptix-jce-api.jar\
:/usr/local/cryptix-jce/cryptix-jce-provider.jar\
:/usr/local/ocf/lib/base-core.jar\
:/usr/local/ocf/lib/base-opt.jar\
:/usr/local/ocf/lib/reference-services.jar\
:/usr/local/ocf/lib/reference-terminals-windows.jar\
:.:$CLASSPATH

echo "Classpath setted"
export CLASSPATH

echo
echo ------------------------------------
echo CFlexAccessLoader cmd: $1
echo ------------------------------------

java smartcard.OCF.app.LoadCFlexAccess32 $1

CLASSPATH=$CLASSPATH_BAK
export CLASSPATH

--------------------END SCRIPT------------------------


Good Luck!  :)

Greets
Maurizio Cembalo
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to