This post originated from an RSS feed registered with Java Buzz
by Fred Grott.
Original Post: J2MEand Flashlite integration
Feed Title: ShareMe Technologies LLC-The Mobile Future
Feed URL: http://www.jroller.com/shareme/feed/entries/rss
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology.
it centers around getting the MIDlet to self boot on device start-up which requires JNI and a native TSR dll. MIDP2.0 only has JNI when underlying MobileOS is using a JVM that handles both CLDC and CDC within the same JVM. MobileOSes such as SymbianOS s60, UIQ 3?, PalmOS versions with WEME, and etc.
MIPD 2.1 might be similar but as we get to MIDP 3.0 we will have JNI as a standard under CLDC due to the MSA requirements. That also means the JNI security requirements are changing with it requiring, probably, the application to be signed allowing jNI access.