Skip to content
Advertisement

Tag: oracle

The full pathname of a JDK installation for Oracle SQL Developer

I want to run Oracle SQL Devloper on Ubuntu with this command: Then I got this message: Type the full pathname of a JDK installation (or Ctrl-C to quit), the path will be stored in /home/aimad/.sqldeveloper/4.0.0/product.conf So I gave the path of jdk as the following: /usr/lib/jvm/java-7-openjdk-i386/ But then I got this message: Error: Java home /usr/lib/jvm/java-7-openjdk-i386//bin/java is not a

libaio.so.1: cannot open shared object file

I have a simple test program that when I run I get: I link it like this: My LD_LIBRARY_PATH contains this: /usr/lib looks like this: Output of ldd hello: I’m hoping that I’m missing something simple here. The oracle instantclient package appears to require libaio, but that seems to be installed already so what’s the problem? Answer It looks like

Advertisement