This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Description
Please forgive me, it has been so long since working with java. I am trying to get my this sample up on heroku.
But when I run: mvn package
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/home/vagrant/development/heroku/java/evanta-heroku-java/src/main/java/HelloWorld.java:[16,24] cannot find symbol
symbol : constructor Server(java.lang.Integer)
location: class org.eclipse.jetty.server.Server
Not sure, but do I need to set a class path or something?