Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Java version mismatch in org.eclipse.jdt.compiler.tool bundle?
Java version mismatch in org.eclipse.jdt.compiler.tool bundle? [message #248368] Thu, 04 October 2007 11:59 Go to next message
Eclipse UserFriend
Hello everyone,

On my Linux platform in which I have Eclipse 3.3 installed, I am seeing
periodic failures when I run test workbenches in the resolution of the
bundle "org.eclipse.jdt.compiler.tool_1.0.0.v_771". Upon examining this
plug-in's MANIFEST.MF file, I find that it has a
RequiredExecutionEnvironment of "JavaSE-1.6". This would seem to directly
conflict with the assertion on the main Eclipse download page that the "Java
5 JRE is recommended" for europa downloads. I obviously only have Java 5
(JRE 1.5.0_12) installed.

Any thoughts on this?

-Pete
Re: Java version mismatch in org.eclipse.jdt.compiler.tool bundle? [message #248373 is a reply to message #248368] Thu, 04 October 2007 12:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: stepper.sympedia.de

Pete,

I guess the respective bundles/fragments contribute optional
functionality that makes only sense if you're running a 1.6 JRE.
It doesn't require you to actually have a 1.6 JRE but when you have it
you can use its features (like APT).

Cheers
/Eike


Pete Ellis schrieb:
> Hello everyone,
>
> On my Linux platform in which I have Eclipse 3.3 installed, I am seeing
> periodic failures when I run test workbenches in the resolution of the
> bundle "org.eclipse.jdt.compiler.tool_1.0.0.v_771". Upon examining this
> plug-in's MANIFEST.MF file, I find that it has a
> RequiredExecutionEnvironment of "JavaSE-1.6". This would seem to directly
> conflict with the assertion on the main Eclipse download page that the "Java
> 5 JRE is recommended" for europa downloads. I obviously only have Java 5
> (JRE 1.5.0_12) installed.
>
> Any thoughts on this?
>
> -Pete
>
>
>
Re: Java version mismatch in org.eclipse.jdt.compiler.tool bundle? [message #248379 is a reply to message #248368] Thu, 04 October 2007 12:59 Go to previous messageGo to next message
Eclipse UserFriend
Pete Ellis a écrit :
> On my Linux platform in which I have Eclipse 3.3 installed, I am seeing
> periodic failures when I run test workbenches in the resolution of the
> bundle "org.eclipse.jdt.compiler.tool_1.0.0.v_771". Upon examining this
> plug-in's MANIFEST.MF file, I find that it has a
> RequiredExecutionEnvironment of "JavaSE-1.6". This would seem to directly
> conflict with the assertion on the main Eclipse download page that the "Java
> 5 JRE is recommended" for europa downloads. I obviously only have Java 5
> (JRE 1.5.0_12) installed.
> Any thoughts on this?
JRE 1.5 is fine if you don't use 6.0 features.
org.eclipse.jdt.compiler.tool and org.eclipse.jdt.compiler.apt are about
the jsr199 and the jsr269 which both require a JRE1.6. This is why are
are not resolved if you only use a JRE1.5.
This will not prevent you from using Eclipse.
Hope this clarify the error.
--
Olivier
Re: Java version mismatch in org.eclipse.jdt.compiler.tool bundle? [message #248400 is a reply to message #248368] Thu, 04 October 2007 15:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wharley.bea.com

"Pete Ellis" <pellis@wwtechgroup.com> wrote in message
news:fe32ia$ncm$1@build.eclipse.org...
> Hello everyone,
>
> On my Linux platform in which I have Eclipse 3.3 installed, I am seeing
> periodic failures when I run test workbenches in the resolution of the
> bundle "org.eclipse.jdt.compiler.tool_1.0.0.v_771". Upon examining this
> plug-in's MANIFEST.MF file, I find that it has a
> RequiredExecutionEnvironment of "JavaSE-1.6".

Olivier and Eike's explanations are correct.

For more info on the underlying issue of how plugins indicate failure to
load, see (and vote for, if you choose)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=174515 .
Re: Java version mismatch in org.eclipse.jdt.compiler.tool bundle? [message #248404 is a reply to message #248379] Thu, 04 October 2007 16:03 Go to previous message
Eclipse UserFriend
Olivier Thomann wrote:
> Pete Ellis a
Previous Topic:How to 'copy' MethodDeclaration from one CompilationUnit to another
Next Topic:Re: Dynamic output path
Goto Forum:
  


Current Time: Tue Jul 22 12:05:41 EDT 2025

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

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

Back to the top