I having problems running the appletviewer [RH5.0, jdk1.1.5v7]. I
created the simple Scribble example from O'Rielly and the corresponding
html file [attached].
bash$ echo $JAVA_HOME
/usr/local/java/
bash$ echo $CLASSPATH
.:/usr/local/java/lib/classes.zip
bash$ appletviewer Scribble.html
java.ut
I've got a project which I've been working on for several months which
implements a Java GUI for a bunch of C++ DNA mapping algorithms. After I
upgraded to RH 5.0, I had to go through hell to install a full set of
libc5 development tools because at the time, there were no reliable glibc
JDKs.
In message <[EMAIL PROTECTED]>, "Raphakl Bauduin"
writes:
...how do I install JDK 1.1.5? I unpack [the] archive, and I only
have directories and a readme that doesn't help me.
Raph,
We're working on improving the README file and also will be providing
a small amount of additional, e
Hello,
I suppose it's a stupid question, how do I install JDK 1.1.5? I unpack
th archive, and I only have directories and a readme that doesn't help
me.
Excuse me if this question is too basic to answer.
Raph.
Bernd Kreimeier wrote:
>
> Is there a problem with several threads using System.out
> at the same time? A JDK problem? Or a Linux JDK problem?
I believe it's a green threads JDK problem.
jason
--
Jason Gilbert | http://www.scott.net/~jason/
| http://www.homewood.net
Is there a problem with several threads using System.out
at the same time? A JDK problem? Or a Linux JDK problem?
I read in JiaN v1 that you might have to use different
priorities for a separate read and write threads
reading from System.in and writing to System.out
concurrently.
I have e.g.
Hi Steve,
Being brave and foolhearty, I gave 1.1.6v1-test a try.
1. command line java/javac work just fine.
2. appletviewer segfaults (dump below).
3. jdb fails not being able to find libnet_g.so (which is present
for duty in /opt/java/lib/i686/green_threads.
The Particulars of my sys