473,320 Members | 1,876 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

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

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.

Mar 21 '07 #1
4 2219

wolverine wrote:
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.

Mar 21 '07 #2
On Mar 21, 12:15 pm, "mliptak" <Meht...@gmail.comwrote:
wolverine wrote:
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.
I have to extract the file from the program itself and not from a
shell script.

Mar 21 '07 #3

wolverine wrote:
On Mar 21, 12:15 pm, "mliptak" <Meht...@gmail.comwrote:
wolverine wrote:
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.

I have to extract the file from the program itself and not from a
shell script.
>From the C++ program itself?
I thought you've written "extract the MANIFEST.MF from a jar file".

Mar 21 '07 #4
On Mar 21, 6:54 am, "wolverine" <kiran.ha...@gmail.comwrote:
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.
Mar 21 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: hawat.thufir | last post by:
an ant build.xml file: <project name="XHTML" default="package2"> <import file="properties.xml" /> <target name="clean"> <delete dir="${outputDir}" /> </target>
3
by: Jonathan Payne | last post by:
Hi, I am interested in adding a manifest file to the resources for a MFC application. When I create an AppWizard MFC app with a manifest file it adds the following lines to the .rc file: ...
3
by: Richard Lewis Haggard | last post by:
We are having a lot of trouble with problems relating to failures relating to 'The located assembly's manifest definition with name 'xxx' does not match the assembly reference" but none of us here...
14
by: _iycrd | last post by:
After several frustrating attempts to wrap a native DLL w a C++/CLI DLL, I finally got an assembly to compile, only to find a *runtime* error. The app comes up fine. Test dialog displays. ...
0
by: Herman Jones | last post by:
I'm getting the following error when I build a Class Library project: Embedding manifest... Project : error PRJ0002 : Error result 1 returned from 'C:\WINDOWS\system32\cmd.exe'. It happens with...
3
by: Tony Burrows | last post by:
I'm building an app which lets users drag and drop classes into a tree, followed by code generation. For this, I need to have (a) a list of all the classes which can be dragged and (b) for each...
9
by: Andreas Schmitt | last post by:
I am workin on a 2 part project right now. The first part is a DLL, the second part a normal exe using that DLL. When I use the VS2005 standard setting for compiling with the Multithreaded-DLL...
0
xarzu
by: xarzu | last post by:
Getting a C# program with a manifest file to run in the debugger ---------------------------------------------------------------- How do I declare a manifest file in the Visual Studio IDE for C#...
7
by: Christiano Donke | last post by:
Is there a way to do this without having to register it computer-by-computer??? tried everything already... but nothign worked out as should.. tks..
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.