eclipse打包j2me工程时:
Exception in thread "main" java.lang.UnsatisfiedLinkError:
javax.microedition.m3g.Engine.cacheFID(Ljava/lang/Class;I)V
报错
解决方法:
在工程名上右键–>Build Path –>Configure Build Path
点击Order and Export
然后选择 KEmulator.jar 点击 右边的 Top 键
最后点OK