Hello everyone,
We'd like to introduce a new open-source pod which allows to read Java class files and get information about types, methods and fields.
The source is located at https://bitbucket.org/ivan_inozemtsev/javabytecode Right now the functionality of this library is very limited, but we're planing to add a lot in the future...
Please feel free to share ideas, contribute, or just use it if needed.
Thanks! Ivan
EDIT: highlighted URI
This is very cool. This is exactly the sort of thing we need to replace JavaBridge's use of reflection with a proper classfile disassembler.
Login or Signup to reply.
ivan Fri 7 May 2010
Hello everyone,
We'd like to introduce a new open-source pod which allows to read Java class files and get information about types, methods and fields.
The source is located at https://bitbucket.org/ivan_inozemtsev/javabytecode Right now the functionality of this library is very limited, but we're planing to add a lot in the future...
Please feel free to share ideas, contribute, or just use it if needed.
Thanks! Ivan
EDIT: highlighted URI
brian Fri 7 May 2010
This is very cool. This is exactly the sort of thing we need to replace JavaBridge's use of reflection with a proper classfile disassembler.