Re: where is the "jre" executable ?

2000-11-03 Thread Nathan Meyers
"Olivier M." wrote: > On Fri, Nov 03, 2000 at 07:56:33AM -0800, Nathan Meyers wrote: > > It doesn't exist anymore; it's now the "java" command everywhere. > > well, but then it's not backward compatible at all : nothing > is working (exceptions on start). I guess I will have to keep > both JDK on

Re: where is the "jre" executable ?

2000-11-03 Thread Bob Love
"Olivier M." wrote: > > On Fri, Nov 03, 2000 at 07:56:33AM -0800, Nathan Meyers wrote: > > It doesn't exist anymore; it's now the "java" command everywhere. > > well, but then it's not backward compatible at all : nothing > is working (exceptions on start). I guess I will have to keep > both JDK

Re: where is the "jre" executable ?

2000-11-03 Thread Olivier M.
On Fri, Nov 03, 2000 at 01:49:46PM -0600, Joi Ellis wrote: > On Fri, 3 Nov 2000, Olivier M. wrote: > > > On Fri, Nov 03, 2000 at 07:56:33AM -0800, Nathan Meyers wrote: > > > It doesn't exist anymore; it's now the "java" command everywhere. > > > > well, but then it's not backward compatible at a

Re: where is the "jre" executable ?

2000-11-03 Thread Joi Ellis
On Fri, 3 Nov 2000, Olivier M. wrote: > On Fri, Nov 03, 2000 at 07:56:33AM -0800, Nathan Meyers wrote: > > It doesn't exist anymore; it's now the "java" command everywhere. > > well, but then it's not backward compatible at all : nothing > is working (exceptions on start). I guess I will have to

To optimze or not

2000-11-03 Thread Patrick LAM
Shameless self-promotion: The Soot framework developed at McGill University (www.sable.mcgill.ca/soot) does Java optimization. You can run your programs through Soot and they should come out a bit faster. Instructions for doing so are found at http://www.sable.mcgill.ca/soot/tutorial/optimizer

Re: where is the "jre" executable ?

2000-11-03 Thread Olivier M.
On Fri, Nov 03, 2000 at 07:56:33AM -0800, Nathan Meyers wrote: > It doesn't exist anymore; it's now the "java" command everywhere. well, but then it's not backward compatible at all : nothing is working (exceptions on start). I guess I will have to keep both JDK on my system. Thanks all for the

Is there a socket-based chat implementation?

2000-11-03 Thread LE Thanh Loan
Hello, I'd like to know if there is a socket-based chat implementation round there. I've tried to write a chat server and I 've encountered some problems with IO streams on client side. I created 2 threads charged of read and write operations respectively and passed in the socket reference, they

Re: where is the "jre" executable ?

2000-11-03 Thread Joi Ellis
On Fri, 3 Nov 2000, Olivier M. wrote: > Hello, > > Sorry if it is a stupid question, but I didn't found an answer > in any doc or FAQ. Just installed latest SDK from Blackdown under > linux : javac and java are working fine, but I'm missing the > "jre" command. > > I have some applications whic

Re: where is the "jre" executable ?

2000-11-03 Thread Nathan Meyers
"Olivier M." wrote: > Hello, > > Sorry if it is a stupid question, but I didn't found an answer > in any doc or FAQ. Just installed latest SDK from Blackdown under > linux : javac and java are working fine, but I'm missing the > "jre" command. It doesn't exist anymore; it's now the "java" comman

where is the "jre" executable ?

2000-11-03 Thread Olivier M.
Hello, Sorry if it is a stupid question, but I didn't found an answer in any doc or FAQ. Just installed latest SDK from Blackdown under linux : javac and java are working fine, but I'm missing the "jre" command. I have some applications which are needing that (for example telebanking stuff) :

Re: To optimize or not

2000-11-03 Thread KIRKBRIDE Rob
Thanks for the responses. I'll not bother with -O then! I've given the profiler a go and I'm managing to understand parts of it. I've not looked at the sun site but if there is comprehensive info on the site then I'll look there as this probably isn't Linux specific any more. By the way cpu:s