Results 1 to 1 of 1
Thread: Apache Bcel
- 03-06-2011, 02:46 PM #1
Member
- Join Date
- Mar 2011
- Posts
- 18
- Rep Power
- 0
Apache Bcel
hello,
I am trying to create a program in Java and I need to get as much info as possible from .class or .java files.
I have used the apache bcel library to parse the .class (open source) files and get info like:
attributes, methods, scopes, types of fields or methods etc.
The extracted info is stored in a database (I have created an array for Attributes, an array for Methods, an array for the JavaFiles). Now, I have an array Components and I want to store the following information:
idComponent,
componentName,
developerName,
developerUsername,
description,
releaseDate,
domain,
operatingSystem,
programming language,
license.
Do you know how am I gonna do this? Obviously, I won't use the ClassParser in this case, but I don't know if bcel is the right tool to do this.
Anyway,
any help would be appreciated.
Thank you
Similar Threads
-
org.apache.cxf
By madhu_sushmi in forum Advanced JavaReplies: 0Last Post: 03-05-2010, 06:00 PM -
Apache XML-RPC woes
By wumpus in forum NetworkingReplies: 0Last Post: 08-17-2009, 02:15 PM -
Apache Axis2 is built on Apache AXIOM, a new high performance, pull-based XML object.
By anusoniaa in forum XMLReplies: 0Last Post: 11-15-2008, 07:29 AM -
Apache Ant 1.7.1
By Java Tip in forum Java SoftwareReplies: 0Last Post: 07-11-2008, 02:45 PM -
Apache Geronimo 2.1.1
By Java Tip in forum Java SoftwareReplies: 0Last Post: 05-13-2008, 05:30 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks