mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
parent
a0218352fc
commit
fc05af8f41
2 changed files with 2 additions and 3 deletions
|
@ -127,7 +127,7 @@ scripting language.</span></p>
|
|||
<hr>
|
||||
<span><a name="package" id="package"></a></span>
|
||||
<h2><span>Scripting Package</span></h2>
|
||||
<p><span>The Java Scripting functionality is in the <code><a href="http://docs.oracle.com/javase/6/docs/api/javax/script/package-summary.html">javax.script</a></code>
|
||||
<p><span>The Java Scripting functionality is in the <code><a href="http://docs.oracle.com/javase/9/docs/api/javax/script/package-summary.html">javax.script</a></code>
|
||||
package. This is a relatively small, simple API. The starting point
|
||||
of the scripting API is the <code>ScriptEngineManager</code> class.
|
||||
A ScriptEngineManager object can discover script engines through
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue