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
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
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
/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
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
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
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.
-
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
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
>
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
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
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
> "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
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
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
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?
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
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
>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
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
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
21 matches
Mail list logo