Re: A help please

2000-09-15 Thread Joi Ellis
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

Re: A help please

2000-09-15 Thread Joi Ellis
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

Re: Where does all my jdk go? - part2

2000-09-15 Thread Joi Ellis
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

Using Input Method in jdk1.3

2000-09-15 Thread Liang Low
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

Re: Where does all my jdk go ?

2000-09-15 Thread Jacob Nikom
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