使用 Sun 或 Sprint 无线工具包运行 J2ME 程序时出错

发布于 2024-10-09 08:58:43 字数 622 浏览 0 评论 0原文

你们中是否有人将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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ペ泪落弦音 2024-10-16 08:58:43

我最近遇到了同样的问题,我解决了安装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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文