Re: Problems with the componentListener and JTextField.

1998-08-06 Thread Dustin Lang
Hi, I found the same thing with a non-Swing app: componentResized but no componentShown. > I have added the ComponentListener to the JTextField, but never reach > the componentShown() event. It makes componentResized() and > componentMoved() when it is shown, but no componentShown().

Build Problem Solved

1998-08-06 Thread Sebastian Elbaum
I thought I had build java from source code succesfully until I tried some programs that involved the awt package. I started to get some run-time errors because the awt package was not built correctly. So I tried to do a complete build with : make appletviewer jre_only and the build f

Problems with the componentListener and JTextField.

1998-08-06 Thread Monkiki
I have added the ComponentListener to the JTextField, but never reach the componentShown() event. It makes componentResized() and componentMoved() when it is shown, but no componentShown(). I am using JDK-1.1.6v2 + Swing-1.1 Beta on Linux Red Hat 5.0. The JTextField component is in a JInternalFra

Re: JNI for Alpha-Linux

1998-08-06 Thread Jeremy Audino
Thanks for the tip but that is my problem, their exists no include directory in the package I got from blackdown. I do though have the javah compiler to generate the header file for my specfic method. From what I take it the jni.h includes jni_md.h which translates jbytes, jints, and jlongs into m

Re: jdk-sbb 1.1.6 RPM on RedHat 5

1998-08-06 Thread Hoe-Teck Wee
Hi! >upgrade you glibc to glibc-2.0.7-x (eg.: glibc-2.0.7-19) Thanx so much, that works like a gem! May I also suggest that the blackdown.org web page mention that the upgrade to glibc-2.0.7 is mandatory for RH 5 systems, 'coz the message there seems to suggest that the upgrade is not a must. C

JNI for Alpha-Linux

1998-08-06 Thread Jeremy Audino
Hello, I am using the 1.1.5 version of JDK and trying to make use of java native calls. I cannot seem to find the jni.h file which is utilized in the jni examples on sun's web page. If anyone has had success and could help me out it would be greatly appreciated. Thanks- Jeremy -- Jeremy F. Au

Re: jdk-sbb 1.1.6 RPM on RedHat 5

1998-08-06 Thread Levente Farkas
Hoe-Teck Wee wrote: > > Hello! > > I'd really need some help as I've spent some 3-4 hours downloading the > jdk-sbb-1.1.6-2.1.2glibc RPM and now it's crashing on me. > > When I try to run a Java application, it generates a SIGSEGV 11* > segmentation violation, and when I run javac, I obtain

Re: jdk-sbb 1.1.6 RPM on RedHat 5

1998-08-06 Thread Gassoway, Paul
Hoe-Teck Wee wrote: >(core dumped). I suspect that the problem arises from a conflict of the glibc >libraries. I'm running glibc-2.0.6-9, but the libc.so.6 and libdl.so.2 libraries >I'm using (2.0.6 and 1.9.5 respectively) seem older than those provided with >jdk-sbb. I have been running with 2.0

jdk-sbb 1.1.6 RPM on RedHat 5

1998-08-06 Thread Hoe-Teck Wee
Hello! I'd really need some help as I've spent some 3-4 hours downloading the jdk-sbb-1.1.6-2.1.2glibc RPM and now it's crashing on me. When I try to run a Java application, it generates a SIGSEGV 11* segmentation violation, and when I run javac, I obtain a Segmentation fault (core dumped).

Java wants a network? (was Re: Hanging appletviewer on 486)

1998-08-06 Thread Tim Freeman
>I have two Linux computers. On one, a 486 Tandy 3950 laptop, >"appletviewer" with no arguments hangs before giving me the copyright >notice box. On the other, a Gateway 2000 60 mhz Pentium, appletviewer >seems to work fine. I have tried to minimize the differences between >the systems. > >Any