From: Andres Corrada-E. <co...@to...> - 2001-10-25 14:14:01
|
On Wed, 24 Oct 2001, Robert W. Bill wrote: > > Is the stringArrayInitializedInSuperMethodCalledBefore a protected field? > or public? > > Just curious because field access does not go through the proxy making > protected fields == private. > stringArrayInitializedInSuperMethodCalledBefore is defined as "package private". I have run jythonc with the --package option set to the super's package and confirmed that the package statement is correct in the generated .java file. The error still occurs nonetheless: I cannot access super class attributes in my Python code (which in turn is converted into a .class file). |