View previous topic :: View next topic |
Author |
Message |
Lupin_the_3rd Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/169138963942cc4c4079aa7.jpg)
Joined: 03 Apr 2005 Posts: 168
|
Posted: Sat Jan 06, 2007 5:33 am Post subject: JRE on Alpha? |
|
|
Am I reading it wrong or is there no Java runtime environment available on alpha platform?? I thought there were some OSS java implementations out there and that we didn't have to rely on Sun's binary java distribution any longer? _________________ Compaq XP1000 Alpha EV67 667Mhz w/ 2GB ECC
32bit PCI: ATI Radeon 9100 (DRI works!)
32bit PCI: Generic Firewire 400 card
64bit PCI: BCM5703 Gig-E (Compaq NC7771)
64bit PCI: Sil3124 SATA w/ mdadm RAID1 (pair of WD VelociRaptors) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Kloeri Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
Joined: 02 Sep 2002 Posts: 144
|
Posted: Sun Jan 07, 2007 3:42 pm Post subject: |
|
|
There's several open source implementations available. The best options are probably Kaffe and SableVM. But a complete JRE is much more than just the byte-code compiler and interpreter - you need all the libraries too.
Libraries can (for the most part) be provided by Classpath but I don't think we have any way of saying (kaffe + classpath) == jre or anything like that. And then you also need to factor in that there's some longstanding issues with both kaffe and sablevm on alpha, although both have been getting much better the last year or so.
Kaffe used to fail about 143 tests out of 150 and is now down to a more manageable 7 failed tests iirc
In any case, Java on Alpha can be done but it's not something we can officially support at this point. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|