Need help using J2ME

Can someone please point me to a link where I can get tutorials on using J2ME. I've been using JDK for years but am finding J2ME a little confusing to use. Also, does anyone know or can point to a location with information regarding ways (API's) to access a hand held devices camera?
[292 byte] By [mox27a] at [2007-11-27 9:04:04]
# 1
Try google.com !Come on. Put some effort in it! There are more than enough websites out there to give you a start, and this exact question has been asked many times before, so the search should help you find wat you need.
deepspacea at 2007-7-12 21:36:47 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2

I have actually tried googling for quite some time now, and thus why I turned to this forum. It's not like I haven't tried or put effort into my searches. Maybe you have come across relevant posts similar to mine and can point me in the direction. If I knew where to look, I wouldn't be posting here.

Thanks.

mox27a at 2007-7-12 21:36:47 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3

Hello mox27.

The most commonly used of j2me configurations now is CLDC family.

You can start from this page: http://developers.sun.com/mobility/learning/tutorial/

The article "Wireless Development Tutorial Part I " there shows how to set up environment and build first application.

Good Luck!

jDeea at 2007-7-12 21:36:47 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4
And also, about control camera.Pay attention to JSR234 "Advanced Multimedia Supplements" and to demo "AdvancedMultimediaSupplements" included to WTK. Maybe you could find an answer there.
jDeea at 2007-7-12 21:36:47 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 5
Thanks for the help jDee, much appreciated.
mox27a at 2007-7-12 21:36:47 > top of Java-index,Java Mobility Forums,Java ME Technologies...