Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are two possible methods of installing additional Scripting Languages.

  1. Installing the files directly into the JDK - This method is to modify the JDK so that it includes the relevant files for the scripting Languages.

    Status
    colourYellow
    titleRecommended method

    1. This method only works for Nashorn and Graal.

    2. Note: Not all Jar files contain a module-info.class file, which is required to install the modules within Java. For more info about how to resolve this see the Adding module-info.class within the Jar file section below.

  2. Installing the files into Jira-Install/lib- This method is to add the specific file to the lib folder of a particular Jira install. With this method it means that you do not need to modify the Java version that is used. This is done by placing the relevant Scripting files within Jira-install/lib.

    1. This method will work for Nashorn, Graal and Groovy.

...