Uploaded image for project: 'Nuxeo IDE'
  1. Nuxeo IDE
  2. NXIDE-362

Update Java required version in a plugin project / webengine project to java 8

    XMLWordPrintable

    Details

    • Type: Task
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 1.2.4
    • Fix Version/s: 1.2.5

      Description

      *In the pom.xml file*

      Current configuration is:
      <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-compiler-plugin</artifactId>
      <configuration>
      <source>1.7</source>
      <target>1.7</target>
      </configuration>
      </plugin>

      It should be 1.8 instead.

      *In the manifest.mf file*

      Current configuration is:
      Bundle-RequiredExecutionEnvironment: JavaSE-1.7

      It should be 1.8 instead.

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: