当前位置: 代码迷 >> 综合 >> wtk在ubunt64bit运行出错 /WTK2.5.2/bin/sublime.so: 错误 ELF 类: ELFCLASS32 (Possible cause: architecture word
  详细解决方案

wtk在ubunt64bit运行出错 /WTK2.5.2/bin/sublime.so: 错误 ELF 类: ELFCLASS32 (Possible cause: architecture word

热度:35   发布时间:2024-01-10 00:03:11.0

原因

安装了64bit的jdk,而wtk必须运行在32位的java运行环境下

解决方案:

1)安装32位jdk

2)更改 emulator 中的java路径

luogw@ubuntu:~/dev_tool/wtk/WTK2.5.2/bin$ cat emulator 
#!/bin/sh


javapathtowtk=/usr/local/lib/jdk1.6.0_33/bin/


参考文章:http://forums.netbeans.org/ntopic13287.html

  相关解决方案