Re: JDK 1.2 really slow - *NOT A BUG in JDK*

1999-07-05 Thread Bjoern Smith
"W. Christopher Everhart" wrote: > I was having some problems with the pre-release of JDK1.2 being very very slow. I >tested it with NetBeans, and compared the results to a versino of NetBeans with >JDK1.1.7v3 and noticed that both were slow, but the newer version was even slower. > > It ends

Re: RMI Activatable Object (solved)

1999-07-05 Thread Cees de Groot
[EMAIL PROTECTED] said: > Appreciate the help. I was able to get things working, for the most > part, by setting the following environment variables: > THREADS_FLAG=GREEN JAVA_COMPILER=NONE Yeah, that seems to be the most stable configuration for a lot of tasks. > I am, in fact, using native t

Re: Strange timings for pre-v2 under Linux.

1999-07-05 Thread Patrick LAM
On Sun, 4 Jul 1999, Albrecht Kleine wrote: > > I forgot to mention that the machines are running the x86 JIT. Our next > > step is to find a way to run the Solaris versions of JDK1.2 and see what > > those numbers look like. > > TYA jit 1.4 on a plain P200 jdk1.2 > takes 100 sec for myprog_stat

Re: Advertisment: WebArchive '99 / With RESELL RIGHTS

1999-07-05 Thread Jake Bishop
joeo wrote: > Having this list spam me - this is the second or third time in so many > days - is starting to annoy me. > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL

Re: Advertisment: WebArchive '99 / With RESELL RIGHTS

1999-07-05 Thread Jake Bishop
joeo wrote: > Having this list spam me - this is the second or third time in so many > days - is starting to annoy me. > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL

Re: Strange timings for pre-v2 under Linux.

1999-07-05 Thread Albrecht Kleine
> I forgot to mention that the machines are running the x86 JIT. Our next > step is to find a way to run the Solaris versions of JDK1.2 and see what > those numbers look like. TYA jit 1.4 on a plain P200 jdk1.2 takes 100 sec for myprog_static and 110 sec for myprog. (But invocation is the m

Re: RMI Activatable Object (solved)

1999-07-05 Thread James Caple
Appreciate the help. I was able to get things working, for the most part, by setting the following environment variables: THREADS_FLAG=GREEN JAVA_COMPILER=NONE I am, in fact, using native threads under Solaris. Thanks, James Cees de Groot wrote: > [EMAIL PROTECTED] wrote: > >Under Solaris 7

Re: javacomm

1999-07-05 Thread alx
On 5 Jul, Larry Gates wrote: > >>Date: Sun, 04 Jul 1999 22:22:22 -0700 >>From: Kevin Ryan <[EMAIL PROTECTED]> > >>The Sun comm API stuff is at: >> http://java.sun.com/products/javacomm/index.html > > It says to "choose a platform". Which one do we choose for Linux? Well, according to th

Java Servlets: getting started on Linux

1999-07-05 Thread Pat Trainor
I am looking for someone who has actually gotten servlets to compile on a libc5 slackware installation. I have not made the jump to 6, as it is not coupled with the migration of all supporting libraries. I develop on my laptop(Toshiba Tecra with crappy winmodem I can't use, yet?): Linux

AW: javacomm

1999-07-05 Thread Nolte, Holger
This is what the faq on that side says: A: We do not provide a linux implementation. But Kevin Hester has written Java communications API drivers for linux and uses our CommPort driver loading scheme to load his own gnu.io.RXTXCommDriver class. He gave us permission to disclose his web

Re: Arithmetic bug in Linux JDK 1.1.7v3

1999-07-05 Thread SHUDO Kazuyuki
Hi Albrecht, > > The following program causes the Linux JDK 1.1.7v3 to crash with a > > SIGFPE. This is because the x86 causes an arithmetic exception when > > you divide 0x8000 by -1; the JVM spec, however, says that the result > > of this should be 0x8000 with NO exception thrown. (The

Re: javacomm

1999-07-05 Thread Larry Gates
>Date: Sun, 04 Jul 1999 22:22:22 -0700 >From: Kevin Ryan <[EMAIL PROTECTED]> >The Sun comm API stuff is at: > http://java.sun.com/products/javacomm/index.html It says to "choose a platform". Which one do we choose for Linux? -Larry Gates ---

Re: Advertisment: WebArchive '99 / With RESELL RIGHTS

1999-07-05 Thread joeo
Having this list spam me - this is the second or third time in so many days - is starting to annoy me. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: How to read from output streams

1999-07-05 Thread Mak
Thanks a lot. It's really reassuring. I'll try this tomorrow on linux machine, hopefully. THANKS A LOT AGAIN -Mak At 10:45 5/07/99 +0200, Cengiz Tuztas wrote: >Yes, I use the following and it works under Linux Kernel 2.2.10 SuSE >Dist 6.1. > > private int exec( String _command , String log

Re: problem with jdk 1.2: libhpi.so

1999-07-05 Thread Juergen Kreileder
> Thierry BARUSTA writes: Thierry> I have downloaded the pre v2 version of jdk 1.2 for glibc Thierry> 2.1. My disribution of linux is the Suse 6.1. The only Thierry> thing I have done is to add the jdk1.2/bin directory to Thierry> the path. when I run java or javac, I get the

problem with jdk 1.2: libhpi.so

1999-07-05 Thread Thierry BARUSTA
Hello, I have downloaded the pre v2 version of jdk 1.2 for glibc 2.1. My disribution of linux is the Suse 6.1. The only thing I have done is to add the jdk1.2/bin directory to the path. when I run java or javac, I get the same error which looks like: libhpi.so: file not found. could you help

Re: How to read from output streams

1999-07-05 Thread Cengiz Tuztas
[EMAIL PROTECTED] wrote: > > Yes I have flushed the writer. As I wrote earlier I can read & write to > another separate Java program but not C-program. > > Onething I forgot to say though. I'm developing this program in Win98 > platform although end of the day i have to run it on a Linux machine