Requirements

Which software do I need to run JAWS?

In order to run JAST on your computer the Java Runtime Environment (JRE) must be installed. You can download, if you need it, here:

Database

Which databases supports JAWS?

Now JAWS supports the following databases:

You don't need to install MySQL or PostgreSQL in order to test the database support of JAWS. You can use the H2 database server. You can launch it via command line with the following command:

java -jar .\lib\h2*.jar

The H2 database can be administrated via the web browser.

Running

Which software do I need to run JAWS?

JAWS has an integrated web server (Jetty). Therefore you can start it by the following command:

java -jar jaws.war

You also can JAWS deploy to an application server like Apache Tomcat.