gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS development > Java?

#76610 - ndswifi45 - Thu Mar 23, 2006 1:38 am

Is there a possible choice to program these in java?

#76616 - dualscreenman - Thu Mar 23, 2006 2:21 am

As long as there is a compiler that can compile it into a DS ROM, you can program in any language. (To the best of my non-developer knowledge.)
_________________
dualscreenman wrote:
What about Gaim DS? Gaim pretty much has support for all IM programs.
tepples wrote:
"Goshdammit, the DS is not a Gaim-boy! It's a third pillar!"

#76618 - tepples - Thu Mar 23, 2006 2:28 am

Do you mean Java ME/MIDP (suitable for e.g. games on unlocked cellphones), or do you mean Java SE (suitable for PC programs)? In the former case, I'd expect it to be possible to port gcj and classpath to the DS, but nobody has done it yet.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.

#77140 - Chris Holmes - Tue Mar 28, 2006 5:14 pm

Have you tried using GCC? I know that GCC can compile Java, although it's rather a bit of a kludge, especially on the backend to generate the Java bytecode.

Theoretically, you can just compile Java directly to native code through GCC, but I couldn't tell you how much of the Java support libraries would have to be compiled in as well.

Chris