[jbosstools-issues] [JBoss JIRA] Closed: (JBIDE-7081) org.jboss.tools.vpe declares wrong Java Environment

Vlado Pakan (JIRA) jira-events at lists.jboss.org
Thu Sep 30 06:37:39 EDT 2010


     [ https://jira.jboss.org/browse/JBIDE-7081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vlado Pakan closed JBIDE-7081.
------------------------------



Verified on JBT 3.2.0.v20100929-2012-H96-Beta1.

> org.jboss.tools.vpe declares wrong Java Environment
> ---------------------------------------------------
>
>                 Key: JBIDE-7081
>                 URL: https://jira.jboss.org/browse/JBIDE-7081
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Visual Page Editor core
>    Affects Versions: 3.2.0.M2
>            Reporter: Snjezana Peco
>            Assignee: Denis Vinnichek
>             Fix For: 3.2.0.Beta1
>
>
> org.jboss.tools.vpe contains the "Bundle-RequiredExecutionEnvironment: J2SE-1.5" declaration.
> However the plugin uses two methods of the Properties class that exist only for Java >=1.6.
> You will get compile errors if the workspace contains some JRE 1.5 (JRE 1.5 doesn't have to be the default JRE).
> Solution:
> Changing  the declaration to "Bundle-RequiredExecutionEnvironment: JavaSE-1.6" or removing the mentioned methods.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list