Versions Compared

Key

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

...

  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
    
    or (to create web project for WTP):
    Code Block
    
    mvn eclipse:eclipse -Dwtpversion=1.0
    

Doing it yourself

Create Eclipse project

...