-
Notifications
You must be signed in to change notification settings - Fork 83
Trouble building package #4
Comments
That is odd. It looks like it didn't use the Jetty dependency correctly or something. Have you made any changes to this project or are you using an exact copy? |
The only changes I have made was I commented out the annotation line, because it said annotations are not supported.
Other than that it is an exact copy. Also I don't have a JAVA_HOME set. Any thoughts? |
What version of Java are you using? |
|
If this helps as well. |
Hmm... I wonder why it's using 1.3 source compatibility. Maybe there is some Maven setting somewhere that is causing that. Perhaps try to remove your
|
Perfect! Thanks for your help. Just deleting the Same annotation error. So I deleted the the Thanks for your help! I am up running my first java app on heroku! |
Great! I'm not sure why that was happening but maybe we should add that to the |
Perfect! Thanks again for your help. |
Might be an idea to update the pom file in this "getting started with Heroku and Java" guide: Thanks, |
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
Not sure, but do I need to set a class path or something?
The text was updated successfully, but these errors were encountered: