The two are more complementary than they are opposite. It's quite common to use GPS to obtain a position that can then be used on a map.
Customer surveys are for companies who didn't pay proper attention to begin with.
minh hai
Greenhorn
Joined: Apr 10, 2011
Posts: 2
posted
0
I use following code to get the Latitude and Longitude:
I use WTK2.5.2 run it. .I am getting alert exception: java.lang.classnotfoundexception: location.
please help me run this code . Thanks alot
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35224
7
posted
0
JSR-179 (which is where the javax.microedition.location package is defined) is not part of the CDC or CLDC; you'll need to add it manually to whatever environment you intend to use if it's not pre-installed (as it apparently isn't in your environment).
Ulf Dittmer wrote:JSR-179 (which is where the javax.microedition.location package is defined) is not part of the CDC or CLDC; you'll need to add it manually to whatever environment you intend to use if it's not pre-installed (as it apparently isn't in your environment).
I'm a newbie so you can instruct specific than for me? Thanks your help
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35224
7
posted
1
You can find the Specification, javadocs and reference implementation somewhere around here. That should allow you to compile the code.
How to use it in the emulator or in an actual device, I have no idea.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.