Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » JRE version compatibility
JRE version compatibility [message #481679] Sun, 23 August 2009 08:41 Go to next message
Ido Mising name is currently offline Ido Mising nameFriend
Messages: 24
Registered: July 2009
Junior Member
Hello,

I have jdk 1.6 on my dev machine.
I want to support any version from 1.5 an up.
What is the recommended configuration I should do to my plug-in project in
the manifest and on the project compilation?
Re: JRE version compatibility [message #482765 is a reply to message #481679] Thu, 27 August 2009 20:25 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
Ido wrote:
> Hello,
>
> I have jdk 1.6 on my dev machine.
> I want to support any version from 1.5 an up.
> What is the recommended configuration I should do to my plug-in project
> in the manifest and on the project compilation?

In the manifest editor, on the Overview tab, in the Execution
Environments section, add both J2SE-1.5 and JavaSE-1.6.
In the Project properties, under Java Build Path, on the Libraries tab,
edit the JRE System Library and make sure it is the J2SE-1.5 execution
environment.

Hope this helps,
Eric
Re: JRE version compatibility [message #601022 is a reply to message #481679] Thu, 27 August 2009 20:25 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
Ido wrote:
> Hello,
>
> I have jdk 1.6 on my dev machine.
> I want to support any version from 1.5 an up.
> What is the recommended configuration I should do to my plug-in project
> in the manifest and on the project compilation?

In the manifest editor, on the Overview tab, in the Execution
Environments section, add both J2SE-1.5 and JavaSE-1.6.
In the Project properties, under Java Build Path, on the Libraries tab,
edit the JRE System Library and make sure it is the J2SE-1.5 execution
environment.

Hope this helps,
Eric
Previous Topic:Using PDE with Plugins built up from different projects
Next Topic:Back groud application is getting activated
Goto Forum:
  


Current Time: Thu Apr 25 15:09:50 GMT 2024

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

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

Back to the top