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
本文介绍了解决Eclipse在打包J2ME项目时出现的UnsatisfiedLinkError错误的方法。通过调整KEmulator.jar的位置,成功解决了javax.microedition.m3g.Engine.cacheFID方法调用失败的问题。
8万+

被折叠的 条评论
为什么被折叠?



