Mark,
The typical reason for failure is under IE5.0 is a security exception is
being
throw.  To my knowledge, javax.comm has problems being run under IE.  It's
been a long time since I've done any work with the browser JVM, so I may
be incorrect.  Someone else on the list may be able to shed some light on
the
issue.  My best guess is to make sure you've signed the cab file with the
highest permissions so that it can do System.loadLibrary.
I'll check with some other people here and see if I can get any other
information.

Thanks,
Clayton Ware
-----Original Message-----
From: Mark McLarnon <[EMAIL PROTECTED]>
To: Clayton Ware <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Thursday, June 10, 1999 3:24 PM
Subject: Re: [OCF] Dallas SemiConductor iButtons


>Clayton:
>
> Thanks for your reply. I have worked with the iButtons for the past year
>and must admit I like them. I just have a few outside questions for you
>about the iButtons. Are you currently aware of any bugs or problems when
>using the Microsoft Win322 jvm inside of IE 5.0 to run an applet that in
>its init() method searches for iButtons ? I use the follow code:
>
>public void init() {
>    ...
>    startPolling(null);
>}
>
>protected void startPolling(String nativeDevString) {
>       try {
>          SmartCard.start();
>          CardTerminalRegistry registry =
CardTerminalRegistry.getRegistry();
>          registry.addCTListener(this);
>       }catch (Exception e) {
>          System.out.println(e);
>       }
>
>}
>
>However this code has revealed the "failed set serial adapter type Could
>not create an instance of iButton driver for COM1"
>in the java console of IE. I really would like to get this to work but have
>not been able to. On top of this I have written a simple application
>utility to wait for an inserted iButton and inform the user if it sees it.
>This application has been compiled under jdk1.1.7B and run with a Win95
>version of jview (VM version 5.0.3881, the latest available). Do you think
>that my problem is that I am using the Microsoft SDK for java, or do you
>think that it might be IE 5.0 ? Either way I thought it was time to head
>straight to the source for reference. Thanks
>
>Mark McLarnon
>National Institute of Standards and Technology
>Computer Security Division - Systems and Network Security Group
>United States Department of Commerce - Technology Bureau
>(301)975-5727

Visit the OpenCard Framework's WWW site at http://www.opencard.org/ for
access to documentation, code, presentations, and OCF announcements.
-----------------------------------------------------------------------------
To unsubscribe from the OCF Mailing list, send a mail to
"[EMAIL PROTECTED]" with the word "unsubscribe" in the BODY of the
message.

Reply via email to