JDeveloper Setup

Overview

This document explains how to set up your development environment to develop the gateway . None of the things mentioned on this page are required to run the gateway software. This document was written and tested with Oracle JDeveloper 10.1.3.3.0.

Install Maven

See Maven Setup .

Setup Maven in JDeveloper

  • Go to Tools -> External Tools ...
  • Click on the New... button.
  • Click on the Next > button.
  • Set Program Executable to "C:\maven\bin\mvn.bat" (without quotes)
  • Set Arguments to "clean install" (without quotes)
  • Set Run Directory to "C:\jdeveloper\jdev\mydev\Gateway Public" (without quotes).
  • Set Label to Project Directory .
  • Click on the Next > button.
  • Click on the Next > button.
  • Click the Main Toolbar checkbox under the Add Buttons to ToolBars heading.
  • Click on the Next > button.
  • Click on the Finish button.
  • Click OK

Install the Subversion Plugin

  • Go to Help -> Check for Updates
  • Check the box for the Official Oracle Extensions and Updates Update Center
  • Click on the Next > button.
  • Check the box for Subversion VCS Extension
  • Click on the Next > button.
  • Enter your username and password.
  • Click OK
  • Click Finish
  • Restart JDeveloper
  • Go to Versioning -> Select Version System -> Subversion

Import the Project