Hi

Is there any way to replace the org.apache.bcel.util.Repository
_repository in org.apache.bcel.Repository?
The default SyntheticRepository, uses default classpath which isn't
acceptable for my problem.
Because i have to refine my bytecode independent of the running JVM.
For example 1.1 Libs only.
or imagine the problem that arise if you get naming conflicts.

If there isn't a way
Is it possible to add a org.apache.bcel.Repository#setRepository method?

Peter

public abstract class Repository {
  private static org.apache.bcel.util.SyntheticRepository _repository =
    SyntheticRepository.getInstance();
[...]




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to