shox
shox

Reputation: 1160

Oracle form builder linux

I download oracle form builder for linux , but the following error occurred , when I try To run in :

~/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 info :

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)

Upvotes: 0

Views: 3939

Answers (1)

Sachin Sehrawat
Sachin Sehrawat

Reputation: 21

It can be resolved by installing below lib:

sudo dnf install libnsl

This solution worked for me.

Upvotes: 2

Related Questions