Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Java compiler conflict? (How to resolve warning message)
Java compiler conflict? [message #987742] Tue, 27 November 2012 16:06 Go to previous message
Tony Walker is currently offline Tony Walker
Messages: 8
Registered: November 2012
Junior Member
I'm getting the following message:

"Description Resource Path Location Type
Incompatible .class files version in required binaries. Project 'XXX' is targeting a 1.6 runtime, but is compiled against 'C:Program Files/Java/jdk1.7.0_02/jre/lib/rt.jar' (from the container 'JRE System Library [jdk1.7.0_02]') which requires a 1.7 runtime XXX Build path Build Path Problem"

It appears to be saying my project, XXX, is requesting a 1.6 runtime (which I'm not intending to do) and is using the 1.7 compiler (which is correct). I want to get a 1.7 runtime but I can't figure out where the project is specifying a 1.6 runtime so that I can correct it.

Help!!

Tony
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic:How can I create a "Source Folder" browser
Next Topic:Scrollable Tabs
Goto Forum:
  


Current Time: Sun May 19 11:03:23 EDT 2013

Powered by FUDForum. Page generated in 0.04760 seconds