Poster | Thread |
cell
| |
Re: Full Java SE software package to be open-source software Posted on 15-Aug-2006 14:47:41
| | [ #1 ] |
|
|
|
Super Member |
Joined: 26-Feb-2005 Posts: 1078
From: the depths of hell | | |
|
| Nice! I wonder whether it will be like the Amizilla porting effort though. It may be a bit too much to handle with the current plalform and lack of certain posix functions. |
|
Status: Offline |
|
|
elatour
| |
Re: Full Java SE software package to be open-source software Posted on 15-Aug-2006 15:32:27
| | [ #2 ] |
|
|
|
Cult Member |
Joined: 18-Jan-2005 Posts: 936
From: Toronto, Canada | | |
|
| Quote:
wonder whether it will be like the Amizilla porting effort though. It may be a bit too much to handle with the current plalform and lack of certain posix functions. |
This worries me also. However, I wonder if the JAmiga project team might benefit from it in that it might help kickstart their project by attracting development and other forms of support from the community in order to help make this happen sooner. _________________ When swimming with sharks, make sure to bring lots of band-aids...
|
|
Status: Offline |
|
|
afxgroup
| |
Re: Full Java SE software package to be open-source software Posted on 15-Aug-2006 16:55:47
| | [ #3 ] |
|
|
|
Super Member |
Joined: 8-Mar-2004 Posts: 1968
From: Taranto, Italy | | |
|
| |
Status: Offline |
|
|
_PAB_
| |
Re: Full Java SE software package to be open-source software Posted on 15-Aug-2006 17:00:16
| | [ #4 ] |
|
|
|
Regular Member |
Joined: 20-Sep-2003 Posts: 189
From: Germany | | |
|
| @elatour: Quote:
Someone on the AOS4 team should be looking at this very seriously, [...] that is of course if they are serious about making their OS available for embedded systems. |
For embedded systems one would consider using JNI or something like that, not SE. Anyways: some more OpenSource software is always good news.
@afxgroup: Quote:
the problem is not porting java itself but the gfx classes |
I don't see such big problems in that, someone already made AWT work with kaffee, and in the end nost of the (important) things are based on that, like Swing 1.1 and such. _________________
|
|
Status: Offline |
|
|
Jorge
| |
Re: Full Java SE software package to be open-source software Posted on 15-Aug-2006 17:40:57
| | [ #5 ] |
|
|
|
Cult Member |
Joined: 20-Oct-2003 Posts: 657
From: Scottsdale, AZ | | |
|
| Quote:
made AWT work with kaffee |
Well, where is it then? The gui stuff is/was the biggest problem. I saw some screenshots of minor AWT code running on JAmiga, but is it done now ?
Swing alone is not the problem. SWT would be nice, too, to get Eclipse running on the Amiga. _________________ AmigaOne XE G3/933/VIA/FM801/R200 (fixed), G3SE/600/Voodoo3/Sil680/RTL8139/SBLive! (noiseless!) µA1-MK2/G3/933/R200/CMI8738 XE/G4 (broken 7450/800)
|
|
Status: Offline |
|
|
Crumb
| |
Re: Full Java SE software package to be open-source software Posted on 15-Aug-2006 18:27:02
| | [ #6 ] |
|
|
|
Elite Member |
Joined: 12-Mar-2003 Posts: 2209
From: Zaragoza (Aragonian State) | | |
|
| Quote:
GeekGadgets, AFAIK. You'll need an X11 server. _________________ The only spanish amiga news web page/club: CUAZ
|
|
Status: Offline |
|
|
ChrisH
| |
Re: Full Java SE software package to be open-source software Posted on 15-Aug-2006 20:41:03
| | [ #7 ] |
|
|
|
Elite Member |
Joined: 30-Jan-2005 Posts: 6679
From: Unknown | | |
|
| |
Status: Offline |
|
|
dimitros
| |
Re: Full Java SE software package to be open-source software Posted on 15-Aug-2006 21:47:54
| | [ #8 ] |
|
|
|
Member |
Joined: 20-Jan-2006 Posts: 28
From: Unknown | | |
|
| A rock solid JVM would be more beneficial for AmigaOSes than any other OS because a (pure) java program is guranteed to never do bad things with memory. So AOS won't have memory protection but the JVM will protect it's own program memory. |
|
Status: Offline |
|
|
pure_Amiga
| |
Re: Full Java SE software package to be open-source software Posted on 17-Aug-2006 5:32:19
| | [ #9 ] |
|
|
|
Regular Member |
Joined: 7-Nov-2005 Posts: 152
From: Planet earth | | |
|
| @All You still have hopes for Amizilla and JAmiga? I stopped hoping long ago. They both seem dead or too slowly developed to be released in the next 5 years...
Quote:
A rock solid JVM would be more beneficial for AmigaOSes than any other OS because a (pure) java program is guranteed to never do bad things with memory. So AOS won't have memory protection but the JVM will protect it's own program memory. |
You may be right but keep also in mind that Java is slow and Amigas are not the fastest computers. _________________ Amiga 1200+BPPC+BVision
|
|
Status: Offline |
|
|
elatour
| |
Re: Full Java SE software package to be open-source software Posted on 17-Aug-2006 17:57:48
| | [ #10 ] |
|
|
|
Cult Member |
Joined: 18-Jan-2005 Posts: 936
From: Toronto, Canada | | |
|
| Quote:
You may be right but keep also in mind that Java is slow and Amigas are not the fastest computers. |
True enough for the classic systems, but I would imagine that it might be more acceptable on PPC based systems, specially if a JIT it also provided. I have seen many low powered embedded devices running Java code at quite acceptable speeds, so even on the lower end PPC systems, this should run reasonably well I would imagine. _________________ When swimming with sharks, make sure to bring lots of band-aids...
|
|
Status: Offline |
|
|