| re: Need help. Is it possible?
I'm no J2ME expert, but I have written a lot of Java applications in the past, and have written a number of papers on it in the past.
You are right however, writing a .java application should (in theory) give you cross platform compatibility uving the JVM (Java Virtual Machine) which will run between your device and your code so to speak in order to ensure compatibiity.
However this is rarely the case... .the "Write once run everywhere" is more like "Write once, debug everywhere" but it will save you time.
Your other option is more robust, if you are assuming for a PC install of the application, and multiple cab/jar files for each platform, but as you can imagine, this will take a lot more time and will also involve a lot more work down the line with updates for a number of different applicaitons.
I would put a bit more effort into the J2ME route, as if you can do what you need for your application with it, it would probably be the best bet.
I hope you get this sorted, and if you have any more questions, or java issues, we hope to hear from you soon.
Keep us posted on how this goes!
Mark
|