我下载了用于linux的oracle表单构建器,但是当我试图在linux中运行时,发生了以下错误:
~/OraHome_1/bin$ ./frmbld
There was an error trying to initialize the HPI library.
Please check your installation, HotSpot does not work correctly
when installed in the JDK 1.2 Linux Production Release, or
with any JDK 1.1.x release.
There was an error trying to initialize the HPI library.
Please check your installation, HotSpot does not work correctly
when installed in the JDK 1.2 Linux Production Release, or
with any JDK 1.1.x release.
FRM-10039: Unable to start up the Form Builder. 操作系统: Ubuntu 10.10
Java信息:
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) Server VM (build 20.1-b02, mixed mode)发布于 2020-10-27 06:26:45
可以通过在lib下面安装来解决这个问题:
sudo dnf install libnsl这个解决方案对我有效。
https://stackoverflow.com/questions/6965389
复制相似问题