Shared libraries - Java 32 bit on 64bit Ubuntu

随声附和 提交于 2019-12-06 09:30:37

Having a look at the error messages, I have some conclusions:

  • you definitely need to run the 32 bit version, the native library in jMRUI-4.0/lib/libfftw.so is ELF32

  • when you run the 32 bit version, the system looks for a missing library: 'libXrender.so.1' (the 32bit version).

Install the package "libxrender1:i386" (libXrender 32bit) and try again with JDK 32 bit.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!