Re: java
Lucio wrote:
Hi Lucio,
Java + linux (be it debian or others) + ppc is an unfortunate combination, 
because there isn't a complete java 2 VM that officially supports this kind 
of platform. You can try with gcj or kaffe or other OSS efforts, but, AFAIK, 
none of these currently implements full java 2 compliance.
More correctly: Not the full 1.4 API compliance, because Sun keeps the 
tests locked away. Both Kaffe and gcj have a lot of the classes from 1.4 
implemented, but it's impossible to say how compliant they are with Sun 
without access to Sun's compliance tests.[1]
In any case, it seems compliant enough these days to run Jetty, Tomcat 
and such things. I guess that matters more in practice than sporting a 
cute logo :)
Now if I could only figure out why Kaffe fails to load classes for 
Arnaud on powerpc, and find someone to fix the ppc JIT in Kaffe's CVS to 
work on linux, I'd be happy :)
cheers,
dalibor topic
[1] But of course, there is also a free software compliance test suite, 
mauve :)
Reply to:
- Follow-Ups:
- Re: java
- From: Brad Boyer <flar@allandria.com>
 
 
- Re: java
- From: Greg Hamilton <gregh@object-craft.com.au>
 
 
 
- References:
- java
- From: Pascal Chenevas-Paule <pascal.chenevas@wanadoo.fr>
 
 
- Re: java
- From: Lucio <lcml@pixel.it>