Re: JDK1.2 fails to start

1999-03-15 Thread Urban Widmark
On Mon, 15 Mar 1999, David Thompson wrote: > > Urban > > I am not using these flags. However, I am setting > the environment variable THREADS_FLAG to "green". > Right. And according to the README.linux (you did read it didn't you? ;) you need to add a '-Djava.compiler=' when using green threa

Re: JDK1.2 fails to start

1999-03-15 Thread David Thompson
Urban I am not using these flags. However, I am setting the environment variable THREADS_FLAG to "green". dt _ David R.Thompson Los Alamos National Laboratory TSA 5 wk.ph:505.665.5572 email: [E

Re: JDK1.2 fails to start

1999-03-15 Thread Urban Widmark
On Mon, 15 Mar 1999, David Thompson wrote: > > colleagues, > > When starting my GUI based programs they > flash the window on the screen, then the > window disappears and exits. There is > no error message, the GUI thread just > seems to die. I have made a simple program Are you running gree

Re: JDK1.2 fails to start

1999-03-15 Thread David Thompson
colleagues, When starting my GUI based programs they flash the window on the screen, then the window disappears and exits. There is no error message, the GUI thread just seems to die. I have made a simple program (in case the problem is something complex with my other programs) that just make

Re: JDK1.2 fails to start (and jdk unable to start swing program)

1999-03-10 Thread inkle c
Hi, Jeff, did you use "java -green -Djava.compiler=xxx" ? What is the "XXX"? I use "java -green" and it seems to work, but when it comes to Swing application, it still fails with Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/

Re: JDK1.2 fails to start

1999-03-10 Thread Jeff Galyan
I had the same problem - use 'java -green -Djava.compiler= ' (green threads VM, no JIT) until this is resolved. It works quite well on my system (linux 2.2.1, glibc 2.1). The reason is that there is a problem with native threads together with glibc 2.1. "David A. Guthrie" wrote: > > You don't n

Re: JDK1.2 fails to start

1999-03-10 Thread Juergen Kreileder
> inkle c writes: inkle> I am having linux2.2.3, egcs1.1.1 on my x86 together with JDK1.2-pre1, inkle> any java command I execute, there is always same error: inkle> === inkle> *** panic: GC: getStickySystemClass failed: java/l

Re: JDK1.2 fails to start

1999-03-10 Thread David A. Guthrie
You don't need to put the jdk source jars in your classpath in 1.2. inkle c wrote: > I am having linux2.2.3, egcs1.1.1 on my x86 together with JDK1.2-pre1, > any java command I execute, there is always same error: > > === > > *** panic: GC: getStick

JDK1.2 fails to start

1999-03-10 Thread inkle c
I am having linux2.2.3, egcs1.1.1 on my x86 together with JDK1.2-pre1, any java command I execute, there is always same error: === *** panic: GC: getStickySystemClass failed: java/lang/ref/Reference CLASSPATH may be incorrect SIGABRT 6*