Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » Viewing contents of .zip file
Viewing contents of .zip file [message #26506] Tue, 24 September 2002 07:39 Go to next message
Eclipse UserFriend
Originally posted by: HrishikeshAgashe.hotmail.com

Hi,

I am developing a plugin in which I am trying to show contents of a .zip
file in packages view.
i.e.
I want to show .zip files just like .jar files that are shown in Java
perspective.
User can click "+" button to see contents of jar file and when any file is
double clicked, it is displayed in assigned editor.
I want to achieve same functionality for .zip files.

Graphically:

- abc.zip
|
|-1.txt
|-2.txt

Any pointer ?

TIA,
--Hrishikesh
p.s. As far as possible, I don't want to unzip files on disk.
Re: Viewing contents of .zip file [message #26648 is a reply to message #26506] Tue, 24 September 2002 18:49 Go to previous message
Eclipse UserFriend
Originally posted by: alexander.jesse.falconjsoft.ch

Hi,

sounds good.
- How about extending ".zip to anything zipped (*.jar, *.war, *.ear,...)?

- check out the java.util.zip package... with that it should be possible
to read zip-files without problems...

hth
Alexander

Hrishikesh Agashe wrote:

> Hi,
>
> I am developing a plugin in which I am trying to show contents of a .zip
> file in packages view.
> i.e.
> I want to show .zip files just like .jar files that are shown in Java
> perspective.
> User can click "+" button to see contents of jar file and when any file is
> double clicked, it is displayed in assigned editor.
> I want to achieve same functionality for .zip files.
>
> Graphically:
>
> - abc.zip
> |
> |-1.txt
> |-2.txt
>
> Any pointer ?
>
> TIA,
> --Hrishikesh
> p.s. As far as possible, I don't want to unzip files on disk.
Re: Viewing contents of .zip file [message #583230 is a reply to message #26506] Tue, 24 September 2002 18:49 Go to previous message
Alexander JesseFriend
Messages: 3
Registered: July 2009
Junior Member
Hi,

sounds good.
- How about extending ".zip to anything zipped (*.jar, *.war, *.ear,...)?

- check out the java.util.zip package... with that it should be possible
to read zip-files without problems...

hth
Alexander

Hrishikesh Agashe wrote:

> Hi,
>
> I am developing a plugin in which I am trying to show contents of a .zip
> file in packages view.
> i.e.
> I want to show .zip files just like .jar files that are shown in Java
> perspective.
> User can click "+" button to see contents of jar file and when any file is
> double clicked, it is displayed in assigned editor.
> I want to achieve same functionality for .zip files.
>
> Graphically:
>
> - abc.zip
> |
> |-1.txt
> |-2.txt
>
> Any pointer ?
>
> TIA,
> --Hrishikesh
> p.s. As far as possible, I don't want to unzip files on disk.
Previous Topic:New project type
Next Topic:Plugin for Obfuscating class files
Goto Forum:
  


Current Time: Fri Apr 19 09:57:05 GMT 2024

Powered by FUDForum. Page generated in 0.02357 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top