new kaffe (1.0b1)

1998-07-18 Thread Luiz Otavio L. Zorzella
Luiz Otavio L. Zorzella writes: > > Did anyone try the new kaffe? For me, all it does is segfault (no > core) after a long wait (Hello World program): > Sorry to follow-up to my own question, but I just found the answer. The classpath has to contain kaffe's Klasses.jar file... -- Luiz Otav

new kaffe (1.0b1)

1998-07-18 Thread Luiz Otavio L. Zorzella
Did anyone try the new kaffe? For me, all it does is segfault (no core) after a long wait (Hello World program): $ cat Hello.java import java.io.*; public class Hello { public static void main (String[] args) { System.out.println ("Hello"); } } $ /usr/local/kaffe-1.0b1/bin/kaffe He

JNI Native Code Problem

1998-07-18 Thread Takeru Tamayama
hi, I'm Takeru Tamayama , keio univ in Japan. I looked www.blackdown.org "Compiling Library Code for JNI". I did the same way writing there, but my program don't work. error message is following. I want some hints. # message SIGSEGV11* segmentation violation stachbase=0xb820, s

Re: Unable to run java

1998-07-18 Thread Ed Huott
> I'd love to run Java and Swing on Linux, so I downloaded JDK1.1.6v2 and > JDK1.1.5vX (for my intel pentium, 64 MB, Linux 2.0.30) > Did you mean to say you downloaded a version of swing? Or, are you actually trying to run two different version of the JDK? > Un-GZIP-ped the stuff, un-TAR-red.

Re: List select and jdk1.0.x

1998-07-18 Thread Juergen Sonnauer
Stefan Toth wrote: > > I have a list and I want to perform something when a > list item is selected. > The problem is that I cannot use action(Event,Object) because is get > called only when I double click on the selected item. > You can use the old-style event handling with the method "handleE