--- Manoj K S <[EMAIL PROTECTED]> wrote: > > My requirement is to write a video game in java,for SONY CLIE > NR70.I am asked not to use the graphics command of java.I have > to use graphics command of palm os instead. > KVM passes only postion of objects..
I hate to say anything more about Java -- it's a great toaster OS, really! The whole point of Java is that it runs on a virtual machine (VM) that runs on top of whatever OS you have that can run the VM. You aren't supposed to bypass Java to get to the OS or to the machine itself. (In fact, adding the ability to make efficient use of the underlying OS is what prompted Sun's lawsuit against Microsoft!) This strategy is what what created the whole "write once, run anywhere" nonsense. I think you are going to have to decide which requirement is more important to you: using Java, or bypassing Java. __________________________________________________ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
