File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ [ ![ Build Status] ( https://travis-ci.org/eobermuhlner/java-scriptengine.svg?branch=master )] ( https://travis-ci.org/eobermuhlner/java-scriptengine )
2+ [ ![ Code Coverage] ( https://img.shields.io/codecov/c/github/eobermuhlner/java-scriptengine.svg )] ( https://codecov.io/gh/eobermuhlner/java-scriptengine )
3+ [ ![ Dependencies] ( https://img.shields.io/librariesio/github/eobermuhlner/java-scriptengine.svg )] ( https://github.com/eobermuhlner/java-scriptengine/pulse )
4+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/ch.obermuhlner/java-scriptengine.svg )] ( https://search.maven.org/artifact/ch.obermuhlner/java-scriptengine )
5+
16# java-scriptengine
27
38A collection of JSR-223 compatible script engines for Java.
@@ -8,6 +13,10 @@ Currently supported script engines are:
813
914## JShell scripting engine
1015
16+ The JShell was added to Java 9 and was designed to be used for interactive execution of code snippets in Java.
17+
18+
19+
1120The following code snippet shows a simple usage of the JShell script engine:
1221``` java
1322try {
You can’t perform that action at this time.
0 commit comments