Hi,
You can use the Maven build tool.
Compile from the command line:
1. Download Maven3 from
http://maven.apache.org
2. cd [javaemvreader]
3. [path_to_maven]/bin/mvn clean install
(This will take a few minutes while Maven downloads the dependencies)
From IDE:
Netbeans has built in support for Maven (
http://www.netbeans.org)
Eclipse: you can use the m2eclipse plugin