Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. mvn repository: settings.xml
  2. Oracle JDBC Driver
    Code Block
    mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc14 -Dversion=10.2.0.2.0 -Dpackaging=jar -Dfile=C:/JavaLib/Oracle10.2.0.4JDBC/ojdbc14.jar
    

Build Project

  1. File -> New -> Project -> Maven Project
  2. Create simple project (skip archetype selection)
  3. Configure Project
  4. Click Finish
  5. Resulting Project Structure:

...