[java] J2ME agonizing beginner trouble

Started by
2 comments, last by mslatf 14 years, 5 months ago
hi, im using eclipse to try and build J2me apps. Ive installed eclipseme and followed all the intructions, downloaded the toolkit installed devices etc. But yet when i write a midlet, a compile error shows up that the class midlet cant be resolved please tell me what to do.
Advertisement
It could be a lot of different things. Probably the required libraries are not in the classpath for you project, but it could be something else.

It would help if you could post the Exception stack trace...

I think, therefore I am. I think? - "George Carlin"
My Website: Indie Game Programming

My Twitter: https://twitter.com/indieprogram

My Book: http://amzn.com/1305076532

I'm probably going to get into a lot of flak from this, but I really didn't like my experience with eclipse with mobile devices. I had many problems as well and found that the Wireless Toolkit with NetBeans was much easier to use when writing MIDlets. Sorry I couldn't solve you're problem, but I hope the advice helps. :). Anyways, good luck with everything.
thank you net beans is perfect

This topic is closed to new replies.

Advertisement