Re: Access local COM-port on client from an Applet



The ReadPitTag.class file is in the same directory as the applet, but
it doesn't look like the applet can contact it. The constructor does
nothing but assign some variables in the class, so it's strange that
the applet just stops there.

I forgot to say that I have to call readTag.open() to open the
connection to the reader.

Jim

.



Relevant Pages

  • Re: simple sound problem
    ... > | public class Class_Sound extends JApplet{ ... The base class Applet has a single constructor that takes no arguments ... inline field initializaters) are moved ...
    (comp.lang.java.programmer)
  • Re: Reflection problem
    ... > I'm trying to write an application which communicates with a remote ... Normally an applet is loaded from the server system which ... > application rather than an applet. ... It then calls the constructor: ...
    (comp.lang.java.programmer)
  • Re: Have a constructer with the paramters sent through an applet store them as global variables
    ... I see the variables even before the frame is loaded. ... This is the applet ... And this is the constructor of the Frame ... Can anyone please tell me how to make the Url and HTTP global variables ...
    (comp.lang.java.help)
  • gunzipping an URL
    ... I have an applet which reads some astronomical images via a class of its own. ... one constructor receives as argument a String file ... DataInputStream in = new DataInputStream ... (new BufferedInputStream( ...
    (comp.lang.java.programmer)
  • gunzipping an URL
    ... I have an applet which reads some astronomical images via a class of its own. ... one constructor receives as argument a String file ... DataInputStream in = new DataInputStream ... (new BufferedInputStream( ...
    (comp.lang.java.programmer)