NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

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

...

  • Example environment technology includes Java 1.7, Maven 3.2.3, Git, and Eclipse Neon or some other maven enabled Eclipse IDE. 
  • This example assumes some familiarity with Eclipse and Maven.
  • Run git clone https://github.com/lexevs/LexEVS_Distributed_Client.git
  • Change working directory to LexEVS_Distributed_Client
  • Run

    Code Block
    languagebash
    mvn clean install

    , if tests fail you may add -DskipTests

  • Create a new Java Project in Eclipse
  • Image Added
  • Configure as a Maven project
  • Image Added
  • Add as dependency to the pom file:

...