Skip to content

Give access to RhinoScriptEngine from the JSR223 interfaces on Android JRE.

License

Notifications You must be signed in to change notification settings

gedoor/rhino-android

 
 

Repository files navigation

Travis Codecov

Rhino script engine

This project aims to package a minimal Rhino script engine for Android.

The script engine source code is imported from openjdk implementation, version 7u40-b43.

Installation

Add the following repository and dependency to your build.gradle:

dependencies {
    implementation 'com.github.gedoor:rhino-android:1.8'
}

Usage

You can now call the Rhino script engine by using the jsr223, i.e.:

ScriptEngine engine = new ScriptEngineManager().getEngineByName("rhino");

About

Give access to RhinoScriptEngine from the JSR223 interfaces on Android JRE.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%