kaffe-1.0.b1 probs on Linux
Alexandre Oliva
kaffe@rufus.w3.org
15 Jul 1998 10:30:14 -0300
sung-hun,KIM <hunkim@jinsi.kachi.com> writes:
>>>> kkaffe -classpath
>>> /usr/local/share/kaffe/classes.zip:/usr/local/share/kaffe/klasses.zip:/usr/local/share/kaffe
>>> HelloWorldApp
>>> Segmentation fault
>>
>> You shouldn't use classes.zip any more.
> But I don't know the reason.
> I use JDK ans kaffe for performance test.
> My CLASSPATH is /usr/local/java/lib/classes.zip:/us.../Klasses.jar...
Kaffe now provides its own implementation of the Java Core API, and it
is different from the one provided by Sun. Native methods and
internal representations of classes are different, so you can't expect
Kaffe to accept the Core API implementation of Sun.
You may still include classes.zip *after* Klasses.jar, if you still
wish to run `javac', for example, but this is illegal, because
classes.zip is not GPL'ed, and you can't link GPL'ed and non-GPL'ed
code together.
--
Alexandre Oliva
mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil