> "Dimitris" == Dimitris Vyzovitis <[EMAIL PROTECTED]> writes:
Dimitris> On 9 Feb 2001, Juergen Kreileder wrote:
>> BTW, it's "Thread.yield()". "Thread.currentThread().yield()"
>> has exactly the same meaning but as Thread.yield() is a class
>> method you should call it direc
I've tried off and on for the last six months to get any app running
under jdb. I'm familiar with gdb, and I've studied jdb's help and the
debugger section of 'Core Java' but it simply doesn't fly.
Do any jdb variants actually run on linux? Can anyone provide a
simple working example of launchi
Hi!
Joi Ellis wrote:
> I am a linux geek and I regularly see this sort of behavior in apps
> written by inexperienced Java developers running windows. It seems that
> the heavyweight peers behave differently between *nix and Windows. Some
> actions which are separate method calls in Java are
On Sat, 10 Feb 2001, Miloslaw Smyk wrote:
> Hi!
>
> Yeah, one revalidate() call fixed it. Thanks!
Cool!
> And BTW, we do a lot of testing (and major part of development) on Linux,
> but in this particular case we assumed that GUI code generated by IBM's
> VisualAge was OK. Wrongly, as it turne
On 9 Feb 2001, Juergen Kreileder wrote:
> BTW, it's "Thread.yield()". "Thread.currentThread().yield()" has
> exactly the same meaning but as Thread.yield() is a class method you
> should call it directly on the class.
> "Thread.currentThread().yield()" makes it look like yield() would be
> an in
> > Make sure you are not mixing up light weight and heavy weight Java
> > components. There's a tutorial on this from www.javasoft.com
>
> If my understanding of light weight vs heavy weight is correct, it means
> awt components vs swing Jcomponents. This should not be a problem as I
> don't us
> "Dimitris" == Dimitris Vyzovitis <[EMAIL PROTECTED]> writes:
Dimitris> On Thu, 8 Feb 2001, Joseph Shraibman wrote:
>> Is it just me or does Thread.yield() not work anymore with the
>> 2.4.0 kernel?
Dimitris> Interesting: blackdown jdk seems to indeed behave
Dimitris> in
>
> Make sure you are not mixing up light weight and heavy weight Java
> components. There's a tutorial on this from www.javasoft.com
If my understanding of light weight vs heavy weight is correct, it means
awt components vs swing Jcomponents. This should not be a problem as I
don't use any swi
Hello,
I sometimes get a SIGSEGV (segmentation violation) that crashes my JVM when
calling the IBM DB2 JDBC driver. The problem occurs with both the IBM JDK
and the Blackdown JDK. Both JDKs report a SIGSEGV 11* segmentation violation
with the same stack trace:
"Thread-5" (TID:0x402e7ae0, sys
On Thu, 8 Feb 2001, Joseph Shraibman wrote:
> Is it just me or does Thread.yield() not work anymore with the 2.4.0
> kernel?
Interesting: blackdown jdk seems to indeed behave incorrectly.
Sample execution of the test program I posted previously (I am on an smp
box with two processors, so the ca
10 matches
Mail list logo