TiVo HME + Jython: package access constructor

R

rt lange

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.java:109: BView(com.tivo.hme.sdk.View)
is not public in com.tivo
..hme.bananas.BView; cannot be accessed from outside
package
super(arg0);
^

I've tried using:
BView.getDeclaredConstructor([View]).accessible=1

and:
dc=BView.getDeclaredConstructor([View])
dc.accessible=1

and also setting
python.security.respectJavaAccessibility = false

ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,222
Messages
2,571,137
Members
47,754
Latest member
Armand37T7

Latest Threads

Top