New to J2ME

Hey, I’ve never done anything with J2ME before, I’ve made a few games using java and I have a very fast learning curve. I was wondering if anyone could point me in a general direction for resources such as tutorials, examples, and emulators for testing the games. Thanks a lot!
-Alex

Reading through the MIDP 1.0 API should give you a very good start. Then the source of the few examples included in the Wireless Toolkit. You can get it all from java.sun.com under J2ME.

Yes. If you have a fast learning curve and some previous Java experience then the API docs and the examples are definitely enough to get you started. Just start playing around with it. Then you’ll slowly encounter all the little "gotcha"s of MIDP, at which point you’ll post back on the forums and get the help you need.
A good tutorial on MIDP games.

shmoove

yes if you want to develop a specail device games you should setup and learn the companys’s example which provide the device! if you want develop general games which can run anywhere, you should learn SUN’s document

You should learn not only SUNs documents but also some other (aspecially Nokia) as you will be needing them when tailoring games aspecially for devices or even to make sure they are really cross platform as the behaviour is different from device to device.