Versions Compared

Key

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

Address Prerequisites

  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

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

...