RE: [OCF] Problem loading the right terminal class

2004-06-17 Thread Arief Hamdani Gunawan
your system. Please let me know your progress, Thank you, Arief Hamdani Gunawan -Original Message- From: Carl Youngblood [mailto:[EMAIL PROTECTED] Sent: Friday, June 18, 2004 6:18 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [OCF] Problem loading the right terminal class

Re: [OCF] Problem loading the right terminal class

2004-06-17 Thread Carl Youngblood
Sorry to duplicate this message. My mistake. On Thu, 17 Jun 2004 18:19:53 -0700, Carl Youngblood <[EMAIL PROTECTED]> wrote: > > Steven Ihde wrote: --- > Visit the OpenCard web site at http://www.opencard.org/ for more > information on OpenCard---binaries, source code, documents. > This list is

Re: [OCF] Problem loading the right terminal class

2004-06-17 Thread Carl Youngblood
Steven Ihde wrote: > strace java [...whatever...] 2>&1 | grep -E 'stat|open' This technique worked well. I got a little farther. I got it to find pcsc-wrapper-src.jar and also found out which opencard.properties file was being used. Now I'm getting an error related to the OCF-PCSC bridge. He

Re: [OCF] Problem loading the right terminal class

2004-06-17 Thread Carl Youngblood
Christophe Muller wrote: Also, I would advise to test the environement step by step in order to see whether or not using the RAD or using OCF is the problem. To check the OCF installation, see my FAQ at: The links for the variou

Re: [OCF] Problem loading the right terminal class

2004-06-17 Thread Carl Youngblood
Steven Ihde wrote: strace java [...whatever...] 2>&1 | grep -E 'stat|open' This technique worked well. I got a little farther. I got it to find pcsc-wrapper-src.jar and also found out which opencard.properties file was being used. Now I'm getting an error related to the OCF-PCSC bridge. He

Re: [OCF] Problem loading the right terminal class

2004-06-16 Thread Carl Youngblood
Christophe Muller wrote: If you succeed, would you send me the port ? I'm not sure (unfortunately) that Gemplus is interested by a Linux port as "it used to work" in previous releases and was not maintained, but I would be interested for my personal use, we never know :-) (Actually, I am not using

Re: [OCF] Problem loading the right terminal class

2004-06-11 Thread Christophe Muller
Hello, Steven Ihde wrote: > > On Thu, Jun 10, 2004 at 04:26:09PM -0700, Carl Youngblood wrote: >> Is there a way that I can figure out which >> opencard.properties file is being used? > strace java [...whatever...] 2>&1 | grep -E 'stat|open' Also there is a small program from Jan Peter Hecking,

Re: [OCF] Problem loading the right terminal class

2004-06-10 Thread Steven Ihde
strace java [...whatever...] 2>&1 | grep -E 'stat|open' should give you a pretty good idea where it looks for opencard.properties and which one it ultimately winds up using. Look towards the end of the output; there will be a barrage of JVM-related stuff at the beginning. This can also help yo

[OCF] Problem loading the right terminal class

2004-06-10 Thread Carl Youngblood
I'm trying to port the scripts that run GemPlus RAD III kit over to linux (Fedora Core 2). I've gotten pretty far, but I'm running into a problem that I believe is related to my pcsc wrapper or opencard.properties file. I'm wondering if someone on the list can point me in the right direction.