J2ME and MIDP beginner questions

Can anyone recommend editor/IDE, toolkit etc. for coding, building and testing MIDP2.0 apps/games?

Until now I've coded a game using J2SE. I used Forte 3.0 for coding and compiling, and IE5.5 for testing.

Now I want to code mobile games/apps using J2ME and MIDP 2.0. What software do I need? I downloaded Sun ONE studio 4 ME and wireless toolkit 2.0, but are kind of struggeling with it :)

Regards

Hallvard

[438 byte] By [hal2000@suna] at [2007-9-29 22:15:20]
# 1
The wireless toolkit is one of the best to work with.Completed a mutiplayer hang man type of game with it. =D
Inkdot004a at 2007-7-16 2:36:08 > top of Java-index,Other Topics,Java Game Development...
# 2

Ok, I found out that the toolkit compiled the .java files and could bulid the .jar and .jad files, and then test the MIDLet on the emulator.

But what about a good editor/IDE for MIDLets? In Sun ONE studio ME i finally managed to create a HelloWorld Midlet (with new project wizard), and build and run it in the toolkit.

I also heard that Borland JBuilder Mobile Edition was a nice IDE for J2ME/MIDLets.

Hallvard

hal2000@suna at 2007-7-16 2:36:08 > top of Java-index,Other Topics,Java Game Development...