Just tried running it and got this, I'm guessing I'm doing something wrong...?<p>[me@localhost myapp]$ java -jar effectivejava-0.1.2-SNAPSHOT-standalone.jar -l -d "/home/me/myapp"<p>Exception in thread "main" java.lang.ExceptionInInitializerError
at java.lang.Class.forName0(Native Method)<p>...<p>at app.core.<clinit>(Unknown Source)<p>Caused by: java.lang.NullPointerException<p>...<p>Could not find the main class: app.core. Program will exit.