Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将.py文件转换为.class文件,以便可以在 Java 环境中使用我的 Python 代码。我该怎么做?
.py
.class
集成 Python 和 Java 的最简单方法是使用Jython。
使用 Jython。它有一个内置编译器将.py文件转换.class为.jythonc。