문제

Is there a C or C++ compatible library for reading and writing Java class files?

I.e. something like Apache BCEL.

도움이 되었습니까?

해결책

None that I'm aware of. However, you can call Java from C++. That will let you use BCEL from C++. If you're on one of gcj's supported platforms, you could try using it to compile BCEL to native code.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top