On Fri, 15 Sep 2000, Joi Ellis wrote:
> Use a thread to read from the pipes. The thread can block without
> disturbing the flow of the rest of the java program.
>
> Unix pipes run sequentially as they do on windows. Unix pipes send
> data as soon as the IO buffers are flushed if buffers are
Reghunath P D wrote:
>
> Dear Sir,
>
> Here is my problem,
>
> Sub:InterProcess Communication in Linux
>
> There are two neverending, independent, concurrent process..P1 and P2
> P1 is capable of generating some data..
> and p2 is capable of consuming some data.
> P1 is a C Process
> P2 is a J
Mohd Mokhtar wrote:
>
> I've found it. Silly me. Sorry and thanks a lot to all you guys. I found
> it in /usr/java/jdk1.3.
>
> 2nd question :
> Do I have to set the path and environment in Linux? How should I do it?
> Where can I get info on it? In Window2000, we have to set the path of
> the SD
I seems to have problem using Chinese Input Method on Linux.
I download a few Input Methods (jars) that I found and
put it into the jdk1.3/jre/lib/ext/ directory (I am using jdk1.3) and
launch a Java application. But when I clicked on the left
hand corner I don't see any "Select Input Method" me
Man Chi Ly wrote:
> /usr/java/jdk1.3
>
> a useful command is: rpm -ql jdk | more
>
> On Fri, 15 Sep 2000, Mohd Mokhtar wrote:
>
> > Hi all,
> >
> > Just like Nigel Jewell <[EMAIL PROTECTED]>, I've downloaded the
> > Linux JDK 1.3RC1 .sh file from Sun's website into my Linux machine. I
> > store i