Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Build path specifies unavailable execution environment: ... How to eliminate?
Build path specifies unavailable execution environment: ... How to eliminate? [message #233566] Mon, 31 July 2006 16:13 Go to next message
Eclipse UserFriend
I just moved from 3.1 to 3.2 and after reimporting the usual Eclipse
projects into my plugin I now have 86 warnings that I don't know how to
eliminate. They are all of the same form:

Build path specifies unavailable execution environment: <name>

Where <name> is any of J2SE-1.3, J2SE-1.4, OSG/Minimum-1.0,
CDC-1.0/Foundation-1.0.

They come out of the various Eclipse binary projects;
org.eclipse.core.runtime, org.eclipse.help, etc.

How can I eliminate these warnings? I'd like to fix them, whatever that
might mean, but I will settle for making them invisible if I can do that
without making similar problems in my plugin invisible at the same time.
I'm running against J2RE-1.5.

Gary
Re: Build path specifies unavailable execution environment: ... How to eliminate? [message #233588 is a reply to message #233566] Tue, 01 August 2006 09:20 Go to previous messageGo to next message
Eclipse UserFriend
Gary Barnes wrote:
> I just moved from 3.1 to 3.2 and after reimporting the usual Eclipse
> projects into my plugin I now have 86 warnings that I don't know how to
> eliminate. They are all of the same form:
>
> Build path specifies unavailable execution environment: <name>
>
> Where <name> is any of J2SE-1.3, J2SE-1.4, OSG/Minimum-1.0,
> CDC-1.0/Foundation-1.0.
>

Check out Preferences>Java>Installed JREs>Execution Environments ...
that's where you can specify that an install JRE provides an execution
environment.

But before you fix it, could you open a bug at
https://bugs.eclipse.org/bugs/ including your eclipse version, platform
information, and your jdk version information.

It should have been able to figure out that jdk 1.5.0 provides J2SE-1.3

Later,
PW
Re: Build path specifies unavailable execution environment: ... How to eliminate? [message #233662 is a reply to message #233588] Wed, 02 August 2006 08:34 Go to previous message
Eclipse UserFriend
Paul Webster wrote:

> Gary Barnes wrote:
>
>> I just moved from 3.1 to 3.2 and after reimporting the usual Eclipse
>> projects into my plugin I now have 86 warnings that I don't know how
>> to eliminate. They are all of the same form:
>>
>> Build path specifies unavailable execution environment: <name>
>>
>> Where <name> is any of J2SE-1.3, J2SE-1.4, OSG/Minimum-1.0,
>> CDC-1.0/Foundation-1.0.
>>
>
> Check out Preferences>Java>Installed JREs>Execution Environments ...
> that's where you can specify that an install JRE provides an execution
> environment.
>
> But before you fix it, could you open a bug at
> https://bugs.eclipse.org/bugs/ including your eclipse version,
> platform information, and your jdk version information.

See also https://bugs.eclipse.org/bugs/show_bug.cgi?id=152572

Dani

>
> It should have been able to figure out that jdk 1.5.0 provides J2SE-1.3
>
> Later,
> PW
Previous Topic:IFile for project-less source file?
Next Topic:can I highlight lines like a yellow marker?
Goto Forum:
  


Current Time: Sun Jul 20 16:30:24 EDT 2025

Powered by FUDForum. Page generated in 0.64615 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top