|
From: Olivier P. <op...@wg...> - 2002-06-12 15:23:57
|
I've seen this question already on the maling list, but couldn't find = any answer to it: I'm trying to extend a java class with Jython and compile it with = Jythonc. Whatever I define as __init__ functions and @sig signature = strings, jythonc always generate a call to the parent class's default = constructor.... which then raises a java compilation error if the parent = default constructor is private ! Is it possible to avoid this without tampering with the parent java = class ? FYI, the parent class I'm trying to extend is a JUnit TestCase. -- Olivier. |