Hmmm. I have an applet that also exhibits this same sort of
every-other-click misbehavior, but I don't use any Swing classes. I get
the error in both the 1.1.7 and 1.0.2 versions of the applet. Perhaps
it's a bug lurking in the underlying AWT threads?
Richard Hall
Network Services
Does anyone know where I can download BDK 1.0? Sun seems to have
completely migrated their site to 1.1, which only works with JDK 1.2. I
need a version that works with JDK 1.1. Thanks.
Richard Hall
Network Services
University of Tennessee
an give a definitive answer.
Richard Hall
Network Services
University of Tennessee
couldn't get the attached code into this reply
easily, but if I haven't made myself clear, ask again, and I'll go through
the slight inconvenience of editing the code.
Your lazy helper,
Richard Hall
Network Services
University of Tennessee
ned
Monitor registry: monitor owner: "main"
Thread Alarm Q:
sys_thread_t 0xdf490de0 [Timeout in 66 ms]
Abort (core dumped)
Thanks for any ideas,
Richard Hall
Network Services
University of Tennessee
I believe that you can compile Java support into your kernel, or perhaps
as a module. In other words, what you want does exist. Check into
building a new kernel or using modules.
Richard Hall
Network Services
University of Tennessee
(OutputStream.java)
at seismo.Reader.run(Reader.java:38)
Thanks,
Richard Hall
Network Services
University of Tennessee
import seismo.Reader;
import java.net.MalformedURLException;
public class ReaderTest {
public static void main(String[] args) {
try {
Reader r = new Reader
System.out.println("done"); }
}
}
bash$ /usr/local/jdk1.1.6/bin/java Monopoly
0
ready to begin
false
false
false
false
The program hangs indefinitely here. Thanks for your time.
Richard Hall
Network Services
University of Tennessee
piler has bailed with close to 1M of RAM free. The only things
running while this is happening besides a few xterms are X, Netscape, and
XEmacs. Do I need to add more swap or what?
Richard Hall
Network Services
University of Tennessee