[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.pde] Re: JRE version compatibility

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