Amiga.org
Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: Wilse on October 02, 2011, 12:06:14 PM
-
As above.
Anyone know if it's possible?
-EDIT-
or MorphOS.
cheers,
-
As above.
Anyone know if it's possible?
-EDIT-
or MorphOS.
cheers,
Not likely.
Perhaps someone might try porting JamVM and GNU/Classpath.
http://jamvm.sourceforge.net/
-
http://code.google.com/p/jamiga2/
i made a call for AROS/Amiga/MorphOS bounties to speed up things but got no feedback and later lost my interest.
-
As above.
Anyone know if it's possible?
-EDIT-
or MorphOS.
cheers,
There are two things to implementing Java. Firstly you need to implement the virtual machine itself. There is at least one example of this on OS3.x that I recall, a port of kaffe if I'm, not mistaken. I can remember playing with it ages ago - there's a reasonable chance it would work on OS4/MOS under emulation, though I imagine an emulated VM would potentially be very slow.
The second, and in some respects the more difficult task, is the runtime and associated class libraries, more pertinently the dependencies for the native interface.
-
Not likely.
Perhaps someone might try porting JamVM and GNU/Classpath.
http://jamvm.sourceforge.net/
That looks quite interesting, especially considering that PowerPC is one of the main targets.
I might have to have a peek at it.
-
Thanks for the replies folks.