hi i want to run my project with oracle database.with me i have ojbdc14.jar
but i don't know the version
when i try to run the project it showing an errot like this as shown in
below.

Missing:
----------
1) com.oracle:ojdbc14:jar:10.2.0.2.0

  Try downloading the file manually from:
     
http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html

  Then, install it using the command:
      mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc14
-Dversi
on=10.2.0.2.0 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:

      mvn deploy:deploy-file -DgroupId=com.oracle -DartifactId=ojdbc14
-Dversion
=10.2.0.2.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]


  Path to dependency:
        1) com.mycompany.app:Struts2Basic:war:1.0-SNAPSHOT
        2) com.oracle:ojdbc14:jar:10.2.0.2.0

----------
1 required artifact is missing.


tell me a solution for this.
-- 
View this message in context: 
http://www.nabble.com/Can%27t-we-use-oracle-database-with-out-install-tp20539704s2369p20539704.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to