Java and C interaction via stdin/stdout

1998-06-17 Thread Richard Hall
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

out of memory

1998-06-17 Thread Richard Hall
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

Re: Java Shell

1999-01-03 Thread Richard Hall
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

this must be a bug

1998-07-01 Thread Richard Hall
(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

seg fault when running remotely

1999-02-01 Thread Richard Hall
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

Re: Weird math calculations.

1999-02-04 Thread Richard Hall
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

Re: Making an Java Application "wait" to be called

1999-02-18 Thread Richard Hall
an give a definitive answer. Richard Hall Network Services University of Tennessee

BDK 1.0

1999-05-13 Thread Richard Hall
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

Re: Modal JDialog never returns (Bug?)

1999-06-29 Thread Richard Hall
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