Before running Loom you have to change configuration in WordnetLoom/config/db/Local.properties file.

You have to change lines:

Url=jdbc:mysql://localhost:3306/plwordnet
User=root
Password=sql

You also have to import file empty_wordnet.sql to your database.

To run Loom you should write java -jar plWordNet.jar
