Fix Build Path Warnings

Issue #1 closed
Regent L'Archeveque created an issue

Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment.

Comments (3)

  1. Ryan Schimpel

    This warning (and those like it) can be easily turned off in Eclipse.

    Simply open Preferences > Java > Compiler > Building.

    There is a subsection for "Build path problems"; if you open this, there is an item for "No strictly compatible JRE for execution environment available". So to stop this warning from coming up, simply change the combo box to the right from "Warning" to "Ignore"; if you do so, the warning will no longer appear in the Problems list.

  2. Log in to comment