How to reload class file in Jython

I want to reload the Java class file in Jython after changing the Java source and recompiling.

All my redirect queries are here , but the module is jreloadnot included in version 2.7.0.

I need the equivalent of Python imp.reload.

+4
source share

Source: https://habr.com/ru/post/1674199/


All Articles