[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-7081) org.jboss.tools.vpe declares wrong Java Environment
Denis Vinnichek (JIRA)
jira-events at lists.jboss.org
Tue Sep 21 04:35:12 EDT 2010
[ https://jira.jboss.org/browse/JBIDE-7081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Denis Vinnichek resolved JBIDE-7081.
------------------------------------
Fix Version/s: 3.2.0.Beta
Resolution: Done
Changed the declaration of Bundle-RequiredExecutionEnvironment to JavaSE-1.6
> 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.Beta
>
>
> 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