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, from IBM,
which prints the three locations where the framework is looking
in order to try to find an "opencard.properties" file. It can be
quite useful for debugging. See source of the program at:

        <http://www.opencard.org/archive/opencard/1407.html>

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:

        <http://www.gemplus.com/techno/opencard/faqs/install-faq-qna.html>

If OCF is ok and when the RAD is launched you have a "class not found"
error on a class that is supposed to be in "base-core.jar", I
suspect that maybe it's not the same JDK which is used when you
use "java ..." in an xterm or the RAD. Check that the OCF jar
files have been copied into /usr/lib/j2sdk1.4.2/jre/lib/ext/
(this is where the "j2sdk" package installs itself in Debian,
I don't know for the other distribs) and try to "grep -ri" the
"classpath" word in the RAD sources in order to see if it's not
messing with regular Java paths (or if it's not a difference in
directories names on Windows and on Linux).

Hope it'll help. Let us know. 

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 Javacard 2 cards, but at least I could
send the patches when/if people as me about Linux).

Cheers,
Christophe.

 = I keep trying to tell my boss that no, Satan is a tool =
 = of Linux, not the other way around.   --Anonymous      =
--
-------------------------------------------------------------
[EMAIL PROTECTED] - Gemplus Research Lab
Phone: +33 4-42-36-57-83 | Disclaimer: I don't speak for Gemplus
Gemplus doesn't speak for me... it is better that way!
-------------------------------------------------------------


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