Hi Hi mryzl,
It was all about setting a Java classpath, i do understand that when you're using NetBeans or Eclipse + Carbide.j and you create a project, the libraries are included as needed...but there are some situations where you might need to add JAR files yourself...
"In general, it is not a good idea to take an API jar from one SDK and use it with another SDK since it may depend on other classes of the SDK and although you may be able to compile applications against it, you won't be able to run them."
I cannot see that happening in Java, maybe i'm overlooking something. AFAIK I doubt that the Location API would depend on any other Optional Pack. It does depend on CLDC 1.1, see the spec.
"The Location API for J2ME is designed as an Optional Package that can be used with many J2ME Profiles. The minimum platform required by this API is the J2ME Connected, Limited Device Configuration (CLDC) v1.1. The API can also be used with the J2ME Connected Device Configuration (CDC). (Note that due to using the floating point datatypes in this API, it can’t be used with CLDC v1.0.)"
I hope Henry solved his problems, though
BR,
Juarez Junior