From someone's project, I am getting this error:
Java Build Path Problems (1 item) Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workplace that are strictly compatible with this environment.
I have the latest JDK (jdk1.6.0_25). From my understanding, I can do one of the following:
Go to: Preferences>Java>Build Path>Classpath Variables. Add your variable there and then in your project, you select: Build Path>Configure Build Path>Libraries.
Build path is used by the compiler to resolve dependencies and build a project. Classpath is used during runtime when running a project in order to find necessary dependencies. Build path is configured on the Java Build Path property page of a project.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With