Re: Hot to list variables ?
Kees Jan Koster <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.user |
|---|---|
| Message-ID | <[email protected]> |
Dear Eric, > > I am a beginner in BCEL, would you please to teach me how can I list > all the constant variables and its coressponding value in the > following format: > > constant=value Is that something you need BCEL for? I am sure you can do this using simple reflection in any old Java program. Kees Jan