The Extensions page in the Settings dialog contains settings for the following:
These settings determine how Burp Suite handles extensions on startup:
--disable-extensions command line flag.
This setting enables you to specify a folder from which Burp can load Java libraries. Burp searches the specified folder and any subfolders for JAR files. It includes them in the classpath of the classloader that loads Java extensions.
These settings enable you to configure the environment in which Python-based extensions are executed:
sys.path variable with the specified location. This is useful if you create your own set of Python modules for use with multiple separate extensions.
This setting enables you to specify the location of JRuby standalone JAR file. When loaded, it shows the file location.
JRuby is a Ruby interpreter that runs on the Java platform. It enables extensions written in Ruby to interact with Burp's legacy Java-based Extender API.