[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-8366) JBoss Tools and Java Execution Environment

Snjezana Peco (JIRA) jira-events at lists.jboss.org
Tue Feb 8 17:26:47 EST 2011


JBoss Tools and Java Execution Environment
------------------------------------------

                 Key: JBIDE-8366
                 URL: https://issues.jboss.org/browse/JBIDE-8366
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: bpel, cdi (jsr-299), jsp/jsf/xml source editing
    Affects Versions: 3.2.0.CR1
            Reporter: Snjezana Peco


Some JBT plugins have the J2SE-1.5 execution environment set although they use classes/methods that only exist in JDK 6.

The following plugins:

org.eclipse.bpel.model
org.eclipse.bpel.ui
o.j.t.cdi.ui
o.j.t.jst.jsp

contain compile errors if there is JDK/JRE 1.5 in the workspace. Since the classes/methods that are being used aren't a part of the language, but a part of JRE, Eclipse can't find those errors because there is only JDK/JRE 1.6 in the workspace.

The solution is to change the execution environment to JavaSE-1.6

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list