• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Maven dependency mystery with Google App Engine example

 
Ranch Hand
Posts: 581
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am going through a tutorial on Google app engine and running into endless Maven problems.
The latest is a message :


java -version is 1.7.0_45
javac - version is 1.7.0_45

I have no idea of what dependency major.minor version 51.0 is referring to.

Below is the POM .

thanks,
Paul
 
Sheriff
Posts: 3064
12
Mac IntelliJ IDE Python VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
51.0 is the version of Java 7 class files. I think this error indicates that Maven is using an earlier version of Java for compiling. Where are you getting that version information? If you run "mvn -version" from a command line, it should tell you the version that Maven is actually using.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic