Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SDK Known Issues"

(added info-zip)
Line 2: Line 2:
  
 
=== I am prompted for a password when extracting the ZIP file ===
 
=== I am prompted for a password when extracting the ZIP file ===
This is a known issue with the Windows extraction utility. Try using a third-party extraction tool such as [http://www.7-zip.org/ 7-zip] or [http://www.winzip.com/ WinZIP].
+
This is a known issue with the Windows extraction utility. Try using a third-party extraction tool:
 +
* GUI: [http://www.7-zip.org/ 7-zip] or [http://www.winzip.com/ WinZIP]
 +
* commandline: [http://www.info-zip.org/UnZip.html#Win32 info-zip]
  
 
=== Extracting the ZIP file fails ===
 
=== Extracting the ZIP file fails ===
This is a known issue with the Windows extraction utility. Try using a third-party extraction tool such as [http://www.7-zip.org/ 7-zip] or [http://www.winzip.com/ WinZIP]. Also, you can try extracting the ZIP file to c:\eclipse
+
This is a known issue with the Windows extraction utility. Try using a third-party extraction tool:
 
+
* GUI: [http://www.7-zip.org/ 7-zip] or [http://www.winzip.com/ WinZIP]
 +
* commandline: [http://www.info-zip.org/UnZip.html#Win32 info-zip]
 +
Also, you can try extracting the ZIP file to c:\eclipse.
  
 
== Installing ==
 
== Installing ==

Revision as of 10:38, 12 January 2007

Unzipping, extracting

I am prompted for a password when extracting the ZIP file

This is a known issue with the Windows extraction utility. Try using a third-party extraction tool:

Extracting the ZIP file fails

This is a known issue with the Windows extraction utility. Try using a third-party extraction tool:

Also, you can try extracting the ZIP file to c:\eclipse.

Installing

I downloaded and extracted the ZIP file - how do I install Eclipse?

You don't need to install Eclipse. In the extracted folder, simply double-click the eclipse.exe executable file.

Back to the top