J2ME (original) (raw)

I'm getting a new phone for the sole surpose of getting my hands dirty with J2ME (specifically, a Sony Ericsson T610), but I have no idea where to start: I've done some research both from the SE developer's site and Google in general and I'm being overwhelmed with all the jargon; it felt like going back to square 1 with Java all over again, while I'm an average J2SE/J2EE coder already.

Does anyone know a good resource (both online/printed) for mobile Java? Thanks in advance.

I'm following this tutorial on the netbeans website for a simpleEE7App. I followed the instructions precisely but got an exception need help. :/…

anyone here?

It seems that you can override a concrete method and make it abstract. I actually came across some code that did this, so I had to check how it…