views:

11

answers:

0

As the title suggests, what is the classpath of classes compiled with Javassist?

My scenario is: Class A is compiled with Javassist. Class B is compiled with Java Compiler API and references Class A. The problem is that Class A is not visible to Class B...

Any ideas?