A help please

2000-09-14 Thread Reghunath P D
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 Java Process Q::No 1 *** Is there exists a

Where does all my jdk go? - part2

2000-09-14 Thread Mohd Mokhtar
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 SDK in the Start -> Sttings -> Control

Re: Where does all my jdk go ?

2000-09-14 Thread Calvin Austin
I think Nigel had a different question (about JMF) by default it will go into /usr/java, you can run rpm --query -l -p on any rpm file to find out where it will put files. You can install the JDK files to other places (although not advised) by installing as --badreloc --relocate /usr/java=/usr

Re: Where does all my jdk go ?

2000-09-14 Thread Man Chi Ly
/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 it in /home/jkd1.3 directory. > After

Where does all my jdk go ?

2000-09-14 Thread Mohd Mokhtar
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 it in /home/jkd1.3 directory. After unpacked the package, I've move the j2sdk-1_3_0rc1-linux.rpm into /usr/local/sdk1.3. Then I install the RPM but I

Re: Solved - Writing A Java Pop Server for Linux

2000-09-14 Thread Peter Merrylees
There is an alternative strategy which allows you to run as any user and bind to restricted ports. This can be done using authbind. Authbind works with the JVM using native threads and requires no native code. It allows quite a lot of control over which ports can be bound. http://www.debian.org/P

Source code of JDK 1.2.2 FCS

2000-09-14 Thread SHUDO Kazuyuki
Hi, Can we have the patch for JDK 1.2.2 FCS ? What I can find now is only the patch for 1.2 pre-v2. Or, doesn't Sun allow Blackdown team to release it? Kazuyuki SHUDO Happy Hacking! Muraoka Lab., Grad. School of Sci. & Eng., Waseda Univ. -

Re: Solved - Writing A Java Pop Server for Linux

2000-09-14 Thread Nathan Meyers
On Thu, Sep 14, 2000 at 09:17:16PM +0530, Santosh Dawara wrote: > I would like to add some more info ... > > I finally came around to writing the threads for each session that > the Pop Server will handle, I tested it and despite 'x' sessions > spawned, 'ps' would show just one process in the l

Re: Solved - Writing A Java Pop Server for Linux

2000-09-14 Thread Joi Ellis
Juergen Kreileder wrote: > > > "Nathan" == Nathan Meyers <[EMAIL PROTECTED]> writes: > > Nathan> If using green threads solves the problem, then you > Nathan> probably didn't really have a problem. All those > Nathan> "processes" are really threads, and they should all share >

Re: Solved - Writing A Java Pop Server for Linux

2000-09-14 Thread Santosh Dawara
I would like to add some more info ... I finally came around to writing the threads for each session that the Pop Server will handle, I tested it and despite 'x' sessions spawned, 'ps' would show just one process in the list. But this was when I used the green option. However, when I used -nat

Re: Locales

2000-09-14 Thread Joi Ellis
Alexander Hordt wrote: > > Hello! > Someone can help me for the following problem: > I operate with "Locale " around screen displays to > internationalization.I have two files create: > Gui_de.properties and > Gui_en.properties. > My problem are, Netscape navigator announce an > error: > can't fi

Re: Solved - Writing A Java Pop Server for Linux

2000-09-14 Thread Nathan Meyers
On Thu, Sep 14, 2000 at 04:31:19PM +0200, Juergen Kreileder wrote: > > "Nathan" == Nathan Meyers <[EMAIL PROTECTED]> writes: > > Nathan> If using green threads solves the problem, then you > Nathan> probably didn't really have a problem. All those > Nathan> "processes" are really

Re: Solved - Writing A Java Pop Server for Linux

2000-09-14 Thread Juergen Kreileder
> "Nathan" == Nathan Meyers <[EMAIL PROTECTED]> writes: Nathan> If using green threads solves the problem, then you Nathan> probably didn't really have a problem. All those Nathan> "processes" are really threads, and they should all share Nathan> the same privileges, despite w

Re: Solved - Writing A Java Pop Server for Linux

2000-09-14 Thread Nathan Meyers
Santosh Dawara wrote: > I say "# java HelloWorld as root I then run ps uax | grep javadir" > > root 25181 98.7 1.4 20840 3708 pts/0R13:33 1:02 > /javadir/sun/jd > root 25205 0.0 1.4 20840 3708 pts/0S13:33 0:00 > /javadir/sun/jd > root 25206 0.0 1.4 20840 3708 pts/0S

Re: where to find jdk1.2 for unix?

2000-09-14 Thread Nathan Meyers
wangmq wrote: > > I only find jdk for linux,windows and solaris, but no for unix. > > If you know, please give me it's detail address. Which Unix? HP-UX? AIX? Ultrix? JDK ports for the various platforms are distributed by the vendors - you can get an HP-UX JDK from HP, an AIX port from IBM, and

Running Java programs from boot

2000-09-14 Thread Steven Johnstone
I am currently running a java webmail server and require the webmail programs to start when the system boots.  Currently I just get a java not found error.  does anyone know how to do this?

JDK1.3RC1 and JMF 2.1 Exception

2000-09-14 Thread Nigel Jewell
Dear all, I've just downloaded the Linux JDK 1.3RC1 from Sun's website. I've been using the "beta refresh" with JMF 2.1, and have tried to use RC1 in the same way. However, I get the exception below. It seems that the exception is thrown whenever I declare a class specified in JMF 2.1, such as

Re: Solved - Writing A Java Pop Server for Linux

2000-09-14 Thread Santosh Dawara
I say "# java HelloWorld as root I then run ps uax | grep javadir" root 25181 98.7 1.4 20840 3708 pts/0R13:33 1:02 /javadir/sun/jd root 25205 0.0 1.4 20840 3708 pts/0S13:33 0:00 /javadir/sun/jd root 25206 0.0 1.4 20840 3708 pts/0S13:33 0:00 /javadir/sun/jd root

Re: Writing A Java Pop Server for Linux

2000-09-14 Thread Avi Cherry
>Proper Linux Processes, If you said "java Helloworld" for the simplest >of >code , 'ps uax ' will tell you 4 new Processes were Spawned , I am >guessing they are for the JVMs Internal book keeping and for executing >the code They are not actually 'proper' linux processes. They are, in fact, th

Locales

2000-09-14 Thread Alexander Hordt
Hello! Someone can help me for the following problem: I operate with "Locale " around screen displays to internationalization.I have two files create: Gui_de.properties and Gui_en.properties. My problem are, Netscape navigator announce an error: can't find recource Gui_de which can I against it ma

Re: Writing A Java Pop Server for Linux

2000-09-14 Thread Joi Ellis
On Thu, 14 Sep 2000, Santosh Dawara wrote: > Nathan Meyers wrote: > > > > You use 'forks' in quotes. Are they processes or threads? How were > > they created? > > Proper Linux Processes, If you said "java Helloworld" for the simplest > of > code , 'ps uax ' will tell you 4 new Processes were Sp