Exception in thread “main” java.lang.UnsatisfiedLinkError: /u01/app/oracle/product/11.2.0/db_1/jdk/jre/lib/amd64/xawt/libmawt.so: libXext.so.6: wrong ELF class: ELFCLASS32
Exception in thread "main" java.lang.UnsatisfiedLinkError: /u01/app/oracle/product/11.2.0/db_1/jdk/j
解决方法:进入root权限执行命令
yum install -y libXext
Exception in thread "main" java.lang.UnsatisfiedLinkError: /u01/app/oracle/product/11.2.0/db_1/jdk/j

相关文章:

  • 2021-10-28
  • 2021-07-18
  • 2022-12-23
  • 2021-07-16
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-07
  • 2021-09-17
  • 2021-10-18
  • 2021-06-17
  • 2021-07-27
  • 2022-01-10
相关资源
相似解决方案