0

Linux用のOracle Form Builderをダウンロードしましたが、実行しようとすると次のエラーが発生しました:

~/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. 

OS: 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)
4

1 に答える 1

2

libの下にインストールすることで解決できます:

sudo dnf install libnsl

このソリューションは私にとってはうまくいきました。

于 2020-10-27T06:26:45.487 に答える