Antonio Ken Iannillo
Antonio Ken Iannillo

Reputation: 85

Where can I find BCEL 6.0 and how can I modify it adding a patch?

I used for my project BCEL-5.2 and after few months I realized that it doesn't contain the class for the local variable type table. I saw that is present in BCEL-6.0 and I found also a patch to apply at it.

Where can I find the source code of this library?

Anybody know how to get the library after adding the patch?

Upvotes: 1

Views: 1148

Answers (2)

Antonio Ken Iannillo
Antonio Ken Iannillo

Reputation: 85

Version 6.0 is now out for Java 7.

download

Upvotes: 1

Seki
Seki

Reputation: 11465

The version 6.0 was not released yet, but you can get its source from the BCEL code repository.

Upvotes: 1

Related Questions