C functions for JAR files

S

Stephen Murphy

Hi,

Does anyone know of C library functions for manipulating JAR files.
Failing that can anyone point me to some JAVA code which is used for
JAR files which I could use to write a C library for that purpose.

Thanks in advance,

Stephen.
 
M

Mike Wahler

Stephen Murphy said:
Hi,

Does anyone know of C library functions for manipulating JAR files.
Failing that can anyone point me to some JAVA code which is used for
JAR files which I could use to write a C library for that purpose.

www.google.com

-Mike
 
T

Thomas Matthews

Stephen said:
Hi,

Does anyone know of C library functions for manipulating JAR files.
Failing that can anyone point me to some JAVA code which is used for
JAR files which I could use to write a C library for that purpose.

Thanks in advance,

Stephen.

There are no _standard_ C library functions for manipulating
JAR files, except for your basic stream input and output.
File formats are not part of the _standard_ C language and
not discussed here.

Perhaps you need to use your favorite web search engine
for "JAR format 'C' library".

Or try: http://www.wotsit.org


--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
 

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
474,079
Messages
2,570,575
Members
47,207
Latest member
HelenaCani

Latest Threads

Top