Hello everyone,
Coming from eclipse, I'm trying jDeveloper essentially to use the ADF Faces framework, i started with the getting started tutorial but facing some issues.
NB : I have already installed Oracle instant client 10.2.0.3 which allow me to connect to Oracle 9i database(tested with python program, and a netbeans oci connections), i set my ORACLE_HOME to the instant client and also LD_LIBRARY_PATH.
when trying to create a connection to my remote Oracle DB Server, using oci driver, the wizard show me an error about "ocijdbc12" :

When i try to use the generic jdbc driver to specify my own Orcale Client jar : ojdbc14.jar included in my ORACLE_HOME

it show me that i cant change the built in JDBC driver

I triyed to search in every forum nd documentation but haven't found a working solution.
Please if someone has faced the same problems, and solve it. i will appreciate a help.
Thanks in advance