How do I subclass a Python class in a JCC-wrapped Java module? In UpLib, I've got a class, uplib.ripper.Ripper, and I'd like to be able to create a Java subclass for that in my module. I presume I need a Java interface for that Python class, but how do I hook the two together so that the Java subclass can inherit from the Python class?
Bill
