I'm trying to compile a file that subclasses a Class
in the TiVo HME SDK that has a package access constructor.
The error I get is:
1 .\jpywork\TL.ja va:109: BView(com.tivo. hme.sdk.View)
is not public in com.tivo
..hme.bananas.B View; cannot be accessed from outside
package
super(arg0);
^
I've tried using:
BView.getDeclar edConstructor([View]).accessible=1
and:
dc=BView.getDec laredConstructo r([View])
dc.accessible=1
and also setting
python.security .respectJavaAcc essibility = false
ideas?
in the TiVo HME SDK that has a package access constructor.
The error I get is:
1 .\jpywork\TL.ja va:109: BView(com.tivo. hme.sdk.View)
is not public in com.tivo
..hme.bananas.B View; cannot be accessed from outside
package
super(arg0);
^
I've tried using:
BView.getDeclar edConstructor([View]).accessible=1
and:
dc=BView.getDec laredConstructo r([View])
dc.accessible=1
and also setting
python.security .respectJavaAcc essibility = false
ideas?