Suddenly I see this under "Java Build Path problems" in "Markers" of my simple test project for Selenium integration tests shortly after when my single Webdriver test ran green:Yet my build path says J2SE-1.5, Project facets says 1.5, Compiler compliance level is 1.5, POM file states source and target is 1.5. So what's triggering this message?Build path specifies execution environment JavaSE-1.6. There are no JREs installed in the workspace that are strictly compatible with this environment.
I do have openjdk1.7 listed as my JavaSE-1.6 environment and I have built several successful projects with it.
Is it my workspace that have gone haywire? I wish I knew more about how to protect it and/or verify it.
Springsource 2.8.1Release or 3.0.0Snapshot.


Reply With Quote
