Re: yield stopping threads????

2000-07-11 Thread Albert Lai
Bruno Boettcher <[EMAIL PROTECTED]> writes: > I noticed that for some reason the whole system come to a stop, whilst there > where processes that are waiting after a yield. Those processes should be > sleeping, but waked as soon as there are no other process, or am i > wrong? I understand that y

Re: Java on Red Hat linux 6.2

2000-07-11 Thread Jim Caley
Hello Amit, Two things: - Since you installed java at /user/java/jdk1.2.2 you should use: export JAVA_HOME=/user/java/jdk1.2.2 rather than: export JAVA_HOME=/java/jdk1.2.2 - This one: export PATH$JAVA_HOME/bin:$PATH should read: export PATH=$JAVA_HOME/b

RE: Java on Red Hat linux 6.2

2000-07-11 Thread Stefaan A Eeckels
On 11-Jul-2000 AMIT VERMA wrote: > then i referred a book java on linux > and also searched thru ur website for help. i came to > know i have to set env variables(JAVA_HOME, PATH and > CLASSPATH) That's positive, but you'd better also consult a book on UNIX/Linux... > > i used the followi

Java on Red Hat linux 6.2

2000-07-11 Thread AMIT VERMA
Hello Sir, A brief about myself. I am a computer programmer working on Vb from last 4 years. I recently installed Linux 6.2 from a monthly PC Quest in India. I have also done java 1.2.2 on Win platform. On this months CD i got java 1.2.2 on Linux from PC Quest. Since previuosly the