Description
Java class libraries can be accessed from legacy Python 2 programs through an embedded JVM bridge. JPype lets applications call Java classes and exchange objects between Python and Java code.
It loads Java code inside the process and inherits the security risks of the libraries it calls. Use trusted classpaths and validate data crossing the language boundary.