Reputation: 21329
I am using JRE
version 7
with my eclipse. How do I know the compiler version which the eclipse is using ?
Upvotes: 2
Views: 4579
Reputation: 115328
Choose Window/Preferences/Java/Compiler to see default configuration of your IDE. Check the project properties as well to be sure you do not have per-project configuration differ from default.
Upvotes: 0
Reputation: 10717
It can be different for each project. Right click on the project, and go to Properties/Java Compiler.
Upvotes: 0
Reputation: 240870
goto
check for jdk
windows > preference > java > installed jre
check for eclipse's compiler compliance level
windows > preference > java > compiler
Upvotes: 2