> I just installed j2me on my computer and when i try
> to implement anything from javax.microedition it
> gives me an error saying that the package does not
> exist. any one know why?
What do you mean by installing j2me ?
Did you installed WTK and writing code for ME and trying to compile it using SE ? That is the only valid reason for saying it does not have javax.microedition pkg.
You shoud use java -bootclasspath
to show the compiler the boot class files to use to compile it. Or rather create a project in WTK then copy your codes to the src folder and try to compile it.
And for any further help follow this :
http://developers.sun.com/mobility/learning/tutorial/