Problem importing

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?
[183 byte] By [bav_man13a] at [2007-11-27 7:50:45]
# 1

> 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/

find_suvro@SDNa at 2007-7-12 19:31:48 > top of Java-index,Java Mobility Forums,Java ME Technologies...