Eclipse Zip Editor
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
May 2023 | 29/672 | 1915 (0.57%) | 8 |
April 2023 | 29/668 | 1853 (0.57%) | 5 |
March 2023 | 30/688 | 1998 (0.51%) | 8 |
February 2023 | 30/668 | 1647 (0.49%) | 18 |
January 2023 | 30/677 | 1664 (0.48%) | 14 |
December 2022 | 29/805 | 1703 (0.5%) | 15 |
November 2022 | 30/808 | 1789 (0.46%) | 11 |
October 2022 | 27/811 | 1813 (0.48%) | 16 |
September 2022 | 30/812 | 1745 (0.44%) | 17 |
August 2022 | 35/808 | 1476 (0.41%) | 11 |
July 2022 | 38/816 | 1436 (0.39%) | 23 |
June 2022 | 32/810 | 1794 (0.45%) | 19 |
Unsuccessful Installs in the last 7 Days: 3
Count | Error Message |
---|---|
3 | Cannot continue the operation. There is another install operation in progress. |
Wednesday, May 31, 2023 - 04:57
Reviews Sign in to post reviews
This is a great tool, works with latest eclipse as well
Submitted by Gayan Perera on Sat, 2022-02-05 13:26
Works like a charm to edit jar files on MacOS
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!