Using Python from Java with GraalVM
原始链接: https://www.graalvm.org/python/
将 Java 中的 Python 与 GraalVM 结合使用 GraalPy 将 Python 数据科学库的世界引入了 Java 和 GraalVM 上运行的其他语言。 使用 GraalVM 的多语言接口,现在比以往任何时候都更容易将 Python 代码嵌入到 Java 应用程序中,并且具有良好的启动性能! Oracle GraalVM 还包括沙盒选项,用于在托管 Java 应用程序中运行 NumPy、SciPy 或 Matplotlib 等 Python 本机扩展。
Using Python from Java with GraalVM GraalPy brings the world of Python data science libraries to Java and other languages running on GraalVM. Using GraalVM's polyglot interfaces, it is now easier than ever to embed Python code in Java applications and with good performance to boot! Oracle GraalVM also includes sandboxing option to run Python native extensions like NumPy, SciPy, or Matplotlib in a managed Java application.