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
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
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
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