https://github.com/scijava/scripting-java
JSR-223-compliant Java scripting plugin
https://github.com/scijava/scripting-java
Last synced: 6 months ago
JSON representation
JSR-223-compliant Java scripting plugin
- Host: GitHub
- URL: https://github.com/scijava/scripting-java
- Owner: scijava
- License: other
- Created: 2014-04-24T21:20:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T20:54:28.000Z (over 3 years ago)
- Last Synced: 2023-03-15T16:20:22.967Z (almost 3 years ago)
- Language: Java
- Size: 128 KB
- Stars: 7
- Watchers: 17
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/scijava/scripting-java/actions/workflows/build-main.yml)
# Java Scripting
This library provides a
[JSR-223-compliant](https://en.wikipedia.org/wiki/Scripting_for_the_Java_Platform)
scripting plugin for the [Java](http://java.oracle.com/) language itself.
It is implemented as a `ScriptLanguage` plugin for the [SciJava
Common](https://github.com/scijava/scijava-common) platform, which means that
in addition to being usable directly as a `javax.script.ScriptEngineFactory`,
it also provides some functionality on top, such as the ability to generate
lines of script code based on SciJava events.
For a complete list of scripting languages available as part of the SciJava
platform, see the
[Scripting](https://github.com/scijava/scijava-common/wiki/Scripting) page on
the SciJava Common wiki.
See also:
* [Introduction into Developing
Plugins](http://wiki.imagej.net/Introduction_into_Developing_Plugins)
on the ImageJ wiki.