On Monday 06 November 2006 02:01, Craig Setera wrote: > Simon, > > I don't believe you will be able to do what you are trying to do. > Standard implementations of these API's use native code to interface > with the underlying phone operating system to provide the > functionality. You will not be able to deploy a different > implementation of JSR 179 onto another phone. You could create your > own implementation (for instance using NMEA over serial port > connections), but you are going to have to create the entire JSR 179 > stack. You will need to have (at least) two versions of your midlet > code... One for phones that have native JSR 179 support and one that > has your own implementation.
Yes, I appreciate that and that's what I'm planning to do. The device I'm using is an HP iPAQ 6515, which talks NMEA on comm7. I'm using this device because it meets a number of specific criteria we need. It doesn't come as standard with any Java implementation, so I'm using IBM's j9 (WEME) MIDP 2 stack. Cheers Simon -- Simon Brooke :: [EMAIL PROTECTED] :: http://www.weft.co.uk/ Simon Brooke trading as The Web Engineering Factory and Toolworks. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Eclipseme-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/eclipseme-users
