在Java无线工具包中运行应用程序时遇到的困难

问题描述 投票:0回答:1

我一直在尝试着通过 Java Wireless Toolkit 2.5.2_01. 这些应用程序位于 apps 目录中的 Java Wireless Toolkit.我遇到了这个错误:

Gtk-Message: 15:13:31.508: Failed to load module "canberra-gtk-module" Java HotSpot(TM) 64-Bit Server VM warning: 你已经加载了库homendangaVirtuelJavaMicroWTK2.5.2binsublime.so,它可能已经禁用了堆栈防护。虚拟机现在将尝试修复堆栈防护。 强烈建议您使用'execstack -c'修复库,或使用'-z noexecstack'进行链接。 java.lang.UnsatisfiedLinkError: homendangaVirtuelJavaMicroWTK2.5.2binsublime.so: homendangaVirtuelJavaMicroWTK2. 5.2binsublime.so: mauvaise classe ELF : ELFCLASS32 (可能的原因:架构字宽不匹配) at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader. java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824) at java.lang.Runtime.load0(Runtime.java:809) at java.lang.System.load(System.java:1086) at com.sun.kvem.Sublime.(Sublime.java:29) at sun. reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl. newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at java.lang.Class.newInstance(Class.java:442) at com.sun.kvem.Lime.createLime(Lime.java:40) at com. sun.kvem.KVMBridge.(KVMBridge.java:46) at com.sun.kvem.KVMBridge.getBridge(KVMBridge.java:37) at com.sun.kvem.midp.MIDP.run(MIDP.java:699) at com.sun.kvem.environment.EmulatorInvoker.runEmulatorImpl(EmulatorInvoker. java:107) at com.sun.kvem.environment.EmulatorInvoker.main(EmulatorInvoker.java:135) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.sun.kvem.environment.JVM.main(JVM.java:103)

我可以得到一些帮助吗?请帮帮我。

java java-me java-wireless-toolkit
1个回答
0
投票

Java Wireless Toolkit需要32位版本的Java才能运行,请参见 https:/stackoverflow.coma602605305269447。 以获得一步步的安装指南。

© www.soinside.com 2019 - 2024. All rights reserved.