Re: JDK 1.4 port status

2001-08-29 Thread Juergen Kreileder
Alex Buell <[EMAIL PROTECTED]> writes: > On Mon, 27 Aug 2001, Jim Hazen wrote: > >> I'm currently using Blackdown 1.3.1 and I love it. It runs faster >> (than the Sun version), works better, doesn't crash. Couldn't want >> much more in a JVM. I'm looking forward to Blackdown's take on >> 1.4,

Re: JDK 1.4 port status

2001-08-29 Thread Juergen Kreileder
Jim Hazen <[EMAIL PROTECTED]> writes: > The status page for the Blackdown 1.4 port hasn't been updated in a > while. Is there any new news? Is Blackdown waiting to integrate > the Sun 1.4 beta 2 source? Are they prohibited from releasing > "beta" products by Sun? > > I'm currently using Black

Re: undefined symbol: jdk_pthread_sigmask

2001-08-29 Thread Juergen Kreileder
Leigh Chen <[EMAIL PROTECTED]> writes: > here is an mysterious error message i got while running jdk1.3.1 > with classic VM : > > error in loading shared libraries: > /calm/conn/test/jdk/jdk1.3/jre/lib/i386/classic/libjvm.so: undefined > symbol: jdk_pthread_sigmask > > here is my LD_LIBRARY_PAT

Re: Blackdown Java for Linux System Requirements

2001-08-29 Thread Juergen Kreileder
Martin Schröder <[EMAIL PROTECTED]> writes: > 2.4 of the FAQ is a bit old. > > What are the requirements for 1.3 and what will be the > requirements for 1.4? The minimum requirements for 1.3 are: Kernel 2.2.16, glibc-2.1.3, XFree 3.3.6 (but I would recommend a 2.4 kernel and glibc-2.2.4). Most

undefined symbol: jdk_pthread_sigmask

2001-08-29 Thread Leigh . Chen
here is an mysterious error message i got while running jdk1.3.1 with classic VM : error in loading shared libraries: /calm/conn/test/jdk/jdk1.3/jre/lib/i386/classic/libjvm.so: undefined symbol: jdk_pthread_sigmask here is my LD_LIBRARY_PATH :/calm/conn/test/jdk/jdk1.3/jre/lib/i386: /calm/c

Sun bug #4392518

2001-08-29 Thread Martin, Stephen
JDialogs (and Dialogs as well) have not worked well under Linux for a long time. The behaviour is described by the sun bug #4392518 which is marked as fixed in merlin beta but still exists under both the sun and blackdown 1.3.1 jdks. Code that demonstrates this bug is attached to this message. Can

Re: GregorianCalendar problems regarding DST

2001-08-29 Thread Juergen Kreileder
Grant Byers <[EMAIL PROTECTED]> writes: > Is anyone able to tell me where the zoneinfo comes from when > constructing a default GregorianCalendar() ? > > Since last weekend ( when daylight savings began in > Australia/Victoria last year for the Olympics ) it's been > automatically adjusting time

GregorianCalendar problems regarding DST

2001-08-29 Thread Byers, Grant
Is anyone able to tell me where the zoneinfo comes from when constructing a default GregorianCalendar() ? Since last weekend ( when daylight savings began in Australia/Victoria last year for the Olympics ) it's been automatically adjusting time to 1 hour later than it is. When constructing a d

Blackdown Java for Linux System Requirements

2001-08-29 Thread Martin Schröder
2.4 of the FAQ is a bit old. What are the requirements for 1.3 and what will be the requirements for 1.4? Best regards Martin -- Martin Schröder, [EMAIL PROTECTED] ArtCom GmbH, Grazer Straße 8, D-28359 Bremen Voice +49 421 20419-44 / Fax +49 421

text of List

2001-08-29 Thread flora yuan
I am developing an user interface for exploring file system. I use List to contain the lists of files/subdirectory. Currently, file and directory are the same text fond/color when they are displayed in the List. My question is how to give users an obvious way to distinguish file and directory b