All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.toplevel.js Maven / Gradle / Ivy

Go to download

A js-engine.jar that provides a script engine "rhino" with old Rhino JavaScript. The source code for js-engine comes from https://java.net/projects/Scripting. The Rhino engine itself is pulled by maven. Its source is at https://github.com/mozilla/rhino.

There is a newer version: 1.7.14
Show newest version
/*
 * This script is run once when a scripting engine is first created.
 * It's the ideal place to define any extensions to built-in Javascript
 * objects or any new top-level global variables.
 */

(function() {

    // place extension code here
        
})();




© 2015 - 2025 Weber Informatics LLC | Privacy Policy