Eclipse Zip Editor
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
February 2021 | 41/911 | 1801 (0.43%) | 14 |
January 2021 | 41/930 | 1803 (0.4%) | 20 |
December 2020 | 44/919 | 1838 (0.43%) | 13 |
November 2020 | 42/925 | 1961 (0.43%) | 20 |
October 2020 | 44/927 | 1935 (0.41%) | 22 |
September 2020 | 60/894 | 1348 (0.3%) | 5 |
August 2020 | 151/867 | 301 (0.08%) | 15 |
July 2020 | 156/870 | 307 (0.07%) | 7 |
June 2020 | 78/867 | 1038 (0.24%) | 12 |
May 2020 | 44/876 | 2218 (0.46%) | 17 |
April 2020 | 43/891 | 2484 (0.47%) | 13 |
March 2020 | 51/892 | 2187 (0.39%) | 17 |
Unsuccessful Installs in the last 7 Days: 3
Count | Error Message |
---|---|
3 | Cannot continue the operation. There is another install operation in progress. |
Sunday, February 28, 2021 - 21:19
Reviews Sign in to post reviews
Opening nested archives
Submitted by Christopher Yeleighton on Mon, 2018-03-05 11:56
It seems that nested archives (like LibreOffice_6.0.2_Linux_x86-64_rpm.tar.gz) are opened down-to-the-bottom. I cannot extract the package, what I get is a list of files inside the package. Additionally, the fact that RPM archives are expanded is undocumented.
Re: Opening nested archives
Submitted by Christopher Yeleighton on Wed, 2018-03-07 10:04
Oops, it turns out that I was wrong—I misinterpreted the archive content.
Nice plug-in!
Submitted by Gunnar Wagenknecht on Wed, 2017-04-26 09:09
Please consider adding tags fileExtension_jar and fileExtension_zip as tags. That would allow the plug-in to be automatically discovered by Eclipse when a user clicks on any of those files for the first time.
See https://bugs.eclipse.org/515834
Worked like a charm
Submitted by Rich Kucera on Tue, 2016-11-22 09:33
Fills a gap in Eclipse for devops people. It's odd that the premier Java IDE for the last decade or two can't deal with simply extracting a class file from a jar/war for copying out to production server running an exploded legacy app. But it is what it is and this plugin closes the loop and coupled with Subversive, docker tooling, Git, Toad extension, DLTK, and RSE (thanks redhat!) does the trick and allows me to stay within the IDE for all tasks.
Error Detected Parsing
Submitted by John Dannenberg on Thu, 2016-09-22 14:57
I am trying to use a Windows installed version and cannot use the ZIP Editor when the zip file resides on z/OS USS. I get
java.io.IOException: Error detected parsing the header
at org.apache.tools.tar.TarInputStream.getNextEntry(TarInputStream.java:292)
at zipeditor.model.ZipModel.readStream(ZipModel.java:252)
at zipeditor.model.ZipModel.initialize(ZipModel.java:205)
at zipeditor.model.ZipModel.(ZipModel.java:189)
at zipeditor.ZipEditor.createModel(ZipEditor.java:490)
at zipeditor.ZipEditor.setViewerInput(ZipEditor.java:705)
at zipeditor.ZipEditor.createZipViewer(ZipEditor.java:668)
at zipeditor.ZipEditor.createControls(ZipEditor.java:581)
at zipeditor.ZipEditor.createContent(ZipEditor.java:573)
at zipeditor.ZipEditor.createPartControl(ZipEditor.java:569)
I used WINSCP and copied the file from z/OS USS to Windows and then was able to use the Zip Editor. Is there some other Eclipse tool that would be able to handle zip file on z/OS USS?
Excellent tool for patching jars from inside Eclipse
Submitted by Andrey Loskutov on Tue, 2014-06-24 08:21
I use it since ever and it works perfectly, as if I had written it for myself. Thanks for the great tool!