GPS with J2ME polish
Posted
by JV
on Stack Overflow
See other posts from Stack Overflow
or by JV
Published on 2010-04-09T12:52:17Z
Indexed on
2010/04/09
13:33 UTC
Read the original article
Hit count: 414
j2mepolish
Hi all,
I'm developing an GPS based application with J2ME and J2ME polish(2.1.2), i'm facing problems for accessing the location class. I'm getting the following exception
Exception in thread "event-thread" java.lang.UnsatisfiedLinkError: aa.a(I)V
Nokia/N95: at aa.a(Native Method)
Nokia/N95: at ae.<clinit>(Unknown Source)
Nokia/N95: at b.j(Unknown Source)
Nokia/N95: at com.allstate.mini.MINIMidlet.commandAction(Unknown Source)
Nokia/N95: at ax.b(Unknown Source)
Nokia/N95: at u.b(Unknown Source)
Nokia/N95: at al.d(Unknown Source)
Nokia/N95: at bd.keyReleased(Unknown Source)
Nokia/N95: at javax.microedition.lcdui.Display$KeyEvent.run(Display.java:158)
Nokia/N95: at org.microemu.device.ui.EventDispatcher.post(EventDispatcher.java:144)
Nokia/N95: at org.microemu.device.ui.EventDispatcher.run(EventDispatcher.java:74)
Nokia/N95: at java.lang.Thread.run(Unknown Source)
Please help...
© Stack Overflow or respective owner