Re: glibc2.1.2 and jdk1.2

1999-10-21 Thread ermirza erekose
I believe glibc-2.1.2 fixed a few bug e.g unsetenv(). What version of gcc comes with RH6.1 ??? On Thu, 21 Oct 1999, Michael Moores (@synthsoft) wrote: > can anyone tell me what this means? > i got redhat 6.1-->glibc2.1 > and i downloaded the glibc2.1 version of blackdown. > is this a mislea

Re: glibc2.1.2 and jdk1.2

1999-10-21 Thread Juergen Kreileder
> Michael writes: Michael> can anyone tell me what this means? Michael> i got redhat 6.1-->glibc2.1 Michael> and i downloaded the glibc2.1 version of blackdown. Michael> is this a misleading message which really means Michael> i can't link glibc2.1.2 with a glibc2.1 compi

glibc2.1.2 and jdk1.2

1999-10-21 Thread Michael Moores (@synthsoft)
can anyone tell me what this means? i got redhat 6.1-->glibc2.1 and i downloaded the glibc2.1 version of blackdown. is this a misleading message which really means i can't link glibc2.1.2 with a glibc2.1 compiled jdk1.2??? /usr/local/jdk1.2/jre/lib/i386/native_threads/libhpi.so: undefined referen

Re: Benchmark results for Linux JVMs (formatted for 70 columns)

1999-10-21 Thread Matt Welsh
> I wonder how much speedup can be achieved by using tools like > Jopt ( http://www-i2.informatik.rwth-aachen.de/~markusj ). Are there any > benchmarks yet? My guess is that all good JIT compilers do pretty advanced optimizations which trump whatever JOpt is doing. In fact, some JIT compilers p

Re: Still looking for a solution.

1999-10-21 Thread Pavel Tolkachev
Dear Wayne, Wayne wrote: ... > Can someone tell me why this doesn't when I have the button. Also how > can I get > this to work without putting a handler on the button? ... I suppose this is because frame dispatches keyboard event to the lowest component that has keyboard focus in its Component

Re: Still looking for a solution.

1999-10-21 Thread Wayne
Hi Alex, At the moment I do have to use AWT. I quess from your answer that I can't do what I want. I did read a piece over at javaworld that that basically says I can do this if I want to use a Dialog. I don't like the ideal of issuing another window just to close the window. Thanks for yout time

Full thread dump (with green threads?)

1999-10-21 Thread Ramiro Diaz Trepat
Hi guys, I'm running an RMI Server connected to a DB2 in a RH6.0 box. I have set threads to green in the .java-wrapper and I have also used the -green flag. I also used no JIT (java.compiler=) and as soon as the server receives a remote call I get: SIGSEGV 11* segmentation violation

Re: Still looking for a solution.

1999-10-21 Thread Alex M.
Do you have to use AWT frames? If you use a swing frame, you can use a glass pane to do what you are trying to do. On Wed, 20 Oct 1999, Wayne wrote: > Hello, > I'm close, but no cigar. I'm still trying to get a frame to accept key > events. > In file TestCntrl.java I have - > > import java.awt

Still looking for a solution.

1999-10-21 Thread Wayne
Hello, I'm close, but no cigar. I'm still trying to get a frame to accept key events. In file TestCntrl.java I have - import java.awt.* ; import java.awt.event.* ; public class TestCntrl extends TestFrame { public static void main(String arg[]) { new TestCntrl ().setVisible(true)

Re: JNI link to disk space

1999-10-21 Thread Peter Pilgrim
[EMAIL PROTECTED] wrote: > > > > > > I am interesting in getting the disk space and partition > > > > > in a Java program by using JNI. What is the std UNIX API > > > > > call to do this? I have tried grepping the man pages > > > > > and got the source to kdf program but it didn't help > > > >

Re: Sun Java 2 for Linux

1999-10-21 Thread Robbie Baldock
Riyad Kalla wrote: > I'm giddy like a school girl to see how it turns out. > > Would Blackdown disolve if this comes true? Well, according the article at InfoWorld, Sun are working with Blackdown to do the port so I guess they'll continue to be closely involved with Java on Linux. Robbie -

Re: JAVA+Enlightenment

1999-10-21 Thread Ron Yorston
Renzo Pecoraro wrote: > >Does anybody have a hint as to how to fix this: I am using >RH6.0+Gnome+E, and whenever I startup NetBeans places itself in the top >left corner, but hides its own window titlebar, so that I don't have >access to the iconify buttons, etc. Very annoying! Is there a fix? Ah