Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] How to extract a ZIP File in plugin.jar to create project stucture?

Without completely understanding what you are trying to
do I would recommend using the java.util.zip package
to uncompress the jar file and recreate the directory
structure.

Are you more concerned about discovering which directory
the jar file is in?

Carlos

At 09:55 AM 12/20/2003, Sreejith.M.Janardhanan wrote:
Hi All,

I would like to create a project structure by using a New Project Wizard
plug-in extension. How can I extract a zip file (containing the project
structure) placed either in Plug-in installation folder or the Plug-in
jar file to create the project structure in one go??


Regards,
____________________________
Sreejith M Janardhanan



**********************************************************************
The information in this message is confidential and may be legally
privileged. It is intended solely for the addressee. Access to this message
by anyone else is unauthorized. If you are not the intended recipient, any
disclosure, copying, or distribution of the message, or any action or
omission taken by you in reliance on it, is prohibited and may be unlawful.
Please immediately contact the sender if you have received this message in
error.

**********************************************************************

_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/pde-dev

Carlos Valcarcel              Voice:  1-516-983-9916
EinTech, Inc.                 Email:  carlos@xxxxxxxxxxx

Coming in 2004:  Eclipse Kick Start (for Eclipse 3.0)

"Use what talents you possess. The woods would be very silent if
no birds sang there except those that sang best."
- William Blake


Back to the top