c++ library for extracting manifest.mf from a jar file

W

wolverine

Hi,
I would like to know whether there is any C++ library for
processing a jar file. Only thing i have to do is to extract the
MANIFEST.MF from a jar file.

Thanks in Advance
Kiran.
 
M

mliptak

wolverine said:
Hi,
I would like to know whether there is any C++ library for
processing a jar file. Only thing i have to do is to extract the
MANIFEST.MF from a jar file.

Thanks in Advance
Kiran.

I'd use a shell script for that..
m.
 
T

tragomaskhalos

Hi,
I would like to know whether there is any C++ library for
processing a jar file. Only thing i have to do is to extract the
MANIFEST.MF from a jar file.

Assuming that you really need to do this through C++, a jar file is
just a zip file, so just google for C libraries that can read zip
files and Bob's your uncle.
 

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

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,563
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top