Java exception in any APP that uses it
I'm installing an OracleDB in a Unbreakale Linux, the install failed in linking, so I ignore it to try to link manually, so I discovered a glic-devel (64bits) missing, I installed it again and so the 'relink all' worked fine, but now the java aplicattions does not work.
PBB02@fgv168:/home/oracle> dbca
UnsatisfiedLinkError exception loading native library: njni10
Exception in thread "main" java.lang.UnsatisfiedLinkError: get
at oracle.net.common.NetGetEnv.get(Native Method)
at oracle.net.config.Config.getNetDir(Unknown Source)
at oracle.net.config.Config.initConfig(Unknown Source)
at oracle.net.config.Config.<init>(Unknown Source)