Versions Compared

Key

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

...

To run the project this way you will need maven installed.

  1. Download the zipped project
  2. Download jta jar from here, and rename it to jta-1.0.1B.jar
  3. Install the jta jar file running:
    Code Block
    $ mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=c:\path\to\jar\jta-1.0.1B.jar
    
  4. Bear with me, we are almost there
  5. cd into quickstart and run:
    Code Block
    $ mvn jetty:run
    
  6. Point your browser to http://localhost:8080/quickstart
  7. To create an eclipse project run:
    Code Block
    $ mvn eclipse:eclipse
    

...