Re: Netbeans?

1998-08-29 Thread Dimitris Vyzovitis
Hi, > And randomly when editing code - at least it here it does. > > Anyway, let me guess, you enter the class name and press enter, right? If so, > don't press enter, use the mouse and click OK. That fixed the same problem for > me - at least under Beta 1. > Well, it behaves better (sometimes ;

Re: final vs const

1998-08-29 Thread Dimitris Vyzovitis
Gao Lei wrote: Hi, guys, I have a question during my developing, In Java it is very easy to assign different final value sto different instances of an object, but when in C ++, it is difficult, especially for an array. Like following, class CPPCls {     const int iarray[10];     ... } How to

Re: Compilation hardware

1998-08-29 Thread Toni Nikkanen
On Sat, 29 Aug 1998, Stefaan A Eeckels wrote: > > On 29-Aug-98 Dan Kegel wrote: > > Stefaan A Eeckels wrote: > > > I have a dual PII-266 (Intel Dakota, with 128Mb and SCSI disks > > > and I compile the Linux kernel in about 7 minutes, honest). > > > > How long does it take if you disable o

Re: Compilation hardware

1998-08-29 Thread Stefaan A Eeckels
On 29-Aug-98 Dan Kegel wrote: > Stefaan A Eeckels wrote: > > I have a dual PII-266 (Intel Dakota, with 128Mb and SCSI disks > > and I compile the Linux kernel in about 7 minutes, honest). > > How long does it take if you disable one CPU? What speed > disks (7200RPM?) are you using? Two 4.5G

Re: finalize() problems

1998-08-29 Thread Kevin B. Hendricks
Hi, Sun has some serious problems in the 1.1.X series with finalization. Basically the finalizer thread can hold locks and threads waiting to be finalized can hold locks and can be waiting for finalization. Obviously, this can easily result in deadlocks (the finalizer needs to wait to obtain a

Re: Evaluation license key for ORBacus Names

1998-08-29 Thread Uncle George
thanks for the consideration, but i dont give out personel info to marketeers, i'll try to do as much as i can to figure out whats wrong without the license gat   Subject:  Alpha-Linux JDK115 error  Resent-Date:  Sat, 29 Aug 1998 11:18:34 -0400  Resent-From:     

Re: Compilation hardware

1998-08-29 Thread Dan Kegel
Stefaan A Eeckels wrote: > I have a dual PII-266 (Intel Dakota, with 128Mb and SCSI disks > and I compile the Linux kernel in about 7 minutes, honest). How long does it take if you disable one CPU? What speed disks (7200RPM?) are you using? - Dan

Alpha-Linux JDK115 error

1998-08-29 Thread Rich Edwards
Uncle George - I'm having a problem with jdk115 (v10) when attempting to run InstallShield java setup programs. I've tried a couple of different ones, but the one shown below is from trying to install OOC's ORBacus Names product (www.ooc.com). It looks like it may be a bug related to 32 vs. 64-

Re: problems with finalize()

1998-08-29 Thread marcel
peter johnson wrote ([EMAIL PROTECTED]) > [EMAIL PROTECTED] wrote: > > [EMAIL PROTECTED] wrote ([EMAIL PROTECTED]) > > > Hello, > > > > > > I have a problem with jdk1.1.6v3a/glibc2. The problem is with > > > the finalize() methods which does not get invoked in my code. > > > Jdk1.1.5v7/glibc2 work

Redhat 5.0 Setup

1998-08-29 Thread sgee
Would someone mind telling me the files I need to setup the JDK on Redhat. Also, if you wouldn't mind, when I install the "glib??" files (something like that) what is the tar command to force them to overwrite the older versions. Sorry for the trouble, and thanks. Steve

Re: problems with finalize()

1998-08-29 Thread peter johnson
[EMAIL PROTECTED] wrote: > [EMAIL PROTECTED] wrote ([EMAIL PROTECTED]) > > Hello, > > > > I have a problem with jdk1.1.6v3a/glibc2. The problem is with > > the finalize() methods which does not get invoked in my code. > > Jdk1.1.5v7/glibc2 works fine (ie. the finalize() method is called). > > A

Bug 118: coredump on dispose

1998-08-29 Thread Artur Biesiadowski
Anybody have any clue about this ? I'm also affected by this bug (1.1.5v3) and it is very painful - I just could not use modal dialogs. Any chances to get it fixed soon ?? Artur

RE: Netbeans

1998-08-29 Thread Hendricks Family
Hi, This sounds like the TextField bug problem in the Blackdown Jitterbug bug database. This problem does not exist under the PowerPC JDK (at least I haven't seen it yet). Have your tried Juergen's trick of forcing the pre loading libBrokenLocale.so in the invocation of java? Also, have you po

RE: Netbeans?

1998-08-29 Thread Peter Schuller
> Hi, > Has anybody tried to use netbeans in linux? Yep. > It is a promising IDE, but with a slight problem : It hangs when you try > to create a new class (for eg). And randomly when editing code - at least it here it does. Anyway, let me guess, you enter the class name and press enter, right