c/c++ library for class files

A

Alkis Evlogimenos

Hello,

I am looking for a good quality c/c++ library for parsing java .class files. Any recommendations?

Thanks,
 
A

Alkis Evlogimenos

David said:
lex/flex/yacc/bison ?

I am looking for a library that can parse .class files. I don't think any of
the above tools accomplishes this.
 
C

Chris Uppal

Alkis said:
I am looking for a good quality c/c++ library for parsing java .class
files. Any recommendations?

Since nobody seems to have come up with anything. You could try starting with
the GNU Classpath project (see Google) and the list of JVM implementations that
use Classpath. There are several, and I'd assume some of them are in C/C++.
If you are lucky one or more may have a separable classfile parser.

-- chris
 
A

Alkis Evlogimenos

Chris said:
Since nobody seems to have come up with anything. You could try starting
with the GNU Classpath project (see Google) and the list of JVM
implementations that
use Classpath. There are several, and I'd assume some of them are in
C/C++. If you are lucky one or more may have a separable classfile parser.

I looked at them already. I guess I am not that lucky :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top