Results 1 to 4 of 4

Thread: Java for DS Test Version Released

                  
   
  1. #1
    Won Hung Lo wraggster's Avatar
    Join Date
    Apr 2003
    Location
    Nottingham, England
    Age
    53
    Posts
    140,405
    Blog Entries
    3209
    Rep Power
    50

    NDS Java for DS Test Version Released

    News/release from Josath:

    I took Torlus's Java port for GBA and modified it to work on NDS with DLDI.
    Currently there is no access to the NDS hardware, besides printing text.

    To use this demo, place kvm.nds and all the *.class files on your flashcart. Run kvm.nds, then select a .class file to run. There are a few examples testing various stuff. LcdSwapTest.class is a very simple example to prove that it is feasible to interface with the DS hardware, once a Java KNI wrapper is written around libnds.

    Download pre-pre-alpha test

    If you want to compile your own java files, make sure they target version 1.4 (I'm not sure all the features this supports, but it wont even start if you do 1.5 or higher). For example, this will compile Hello.java into Hello.class:
    Code:
    javac -source 1.4 -target 1.4 Hello.java

    Someone please tell me this is really dumb, before I waste too much time on it

    Download and Give Feedback Via Comments

  2. #2
    DCEmu Newbie
    Join Date
    Dec 2005
    Posts
    5
    Rep Power
    0

    Default

    COOL! I'm a java programmer here and know nuts about doing C++ for NDS. I'll be awaiting a full app for java users like myself.

  3. #3
    DCEmu Rookie
    Join Date
    May 2007
    Posts
    106
    Rep Power
    0

    Default

    This is great, my school uses JAVA since it's free.

    Well done, we'll be waiting further releases.

  4. #4

    Default

    This is interesting, please continue to work on it.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •