使用 Sun 或 Sprint 无线工具包运行 J2ME 程序时出错
你们中是否有人将sun wireless toolkit或sprint wireless toolkit与J2ME一起使用过?
我尝试使用其中任何一个运行我的 J2ME 应用程序时遇到以下错误:
java.lang.UnsatisfiedLinkError: C:\WTK2.5.2\bin\sublime.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
java.lang.UnsatisfiedLinkError: C:\SPRINT_WTK_332\bin\sublime.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
首先,我的处理器不是 AMD 64 位,而是 Intel Core 2 和 我使用的是 Windows 7 64 位。这有区别吗?我应该重新赢得 32 位吗? 32位不能在64位上运行?!怎么了?如何解决这个问题?谢谢。
Have any of you used sun wireless toolkit or sprint wireless toolkit together with J2ME?
I get the following errors trying to run my J2ME app using either of them:
java.lang.UnsatisfiedLinkError: C:\WTK2.5.2\bin\sublime.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
java.lang.UnsatisfiedLinkError: C:\SPRINT_WTK_332\bin\sublime.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
First of all, My processor is not an AMD 64-bit, its Intel Core 2 and
i'm using windows 7 64 bit. Does this make a diff? should i resort back to win 32 bit? 32 bit cannot run on 64 bit?! Whats wrong? How to fix this? Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最近遇到了同样的问题,我解决了安装32位JDK,重新安装WTK并在安装过程中重定向到32位JDK版本。
至少,在我的机器上运行良好:intel core i3 64位,win7 home premium 64位
I recently have the same problem, and I solve it installing JDK for 32 bits, reinstalling WTK and redirecting to the 32bits JDK version in the middle of installation.
At least, that work fine on my machine: intel core i3 64bits, win7 home premium 64 bits