Skip navigation links
GraalVM SDK Java API Reference
23.0.6-dev

5c4b6582975f3bc2e7c5c8e0cbd86e5c57d90f1f

Package org.graalvm.polyglot

The GraalVM SDK polyglot API allows to embed Graal languages in Java applications.

See: Description

Package org.graalvm.polyglot Description

The GraalVM SDK polyglot API allows to embed Graal languages in Java applications.

To get started quickly create a new Context using Context.create(String...) and then evaluate guest language code using Context.eval(String, CharSequence).

See graalvm.org for more examples on how to use this API.

Since:
19.0
See Also:
For an overview over the features the polyglot API provides.
Skip navigation links
GraalVM SDK Java API Reference
23.0.6-dev

5c4b6582975f3bc2e7c5c8e0cbd86e5c57d90f1f

Copyright © 2012, 2024, Oracle and/or its affiliates. All rights reserved.