Viewing contents of .zip file [message #26506] |
Tue, 24 September 2002 07:39 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 |
Alexander Jesse 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.
|
|
|
Powered by
FUDForum. Page generated in 0.02943 seconds