Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is it possible, using javassist apis, to change a class inside a jar from private to public. I already know how to unzip a jar, load ctclass, make change such as modify derived class name, then zip all to a new jar. Thanks a lot

share|improve this question

1 Answer

up vote 0 down vote accepted

It should be possible to just call CtClass.setModifiers().

share|improve this answer
Hi Russell, thank you for your quick and correct answer. One more question for you if you know this, how to set a private method to public. I already got the CtClass, and I know the method name. Thank you very much. – brewphone Dec 14 '12 at 4:27

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.