| Summary: | [Get Fixed Preferably]Used different configuration files (.ini) if eclipse.exe was renamed | ||
|---|---|---|---|
| Product: | [Eclipse Project] Equinox | Reporter: | CrLF0710 <crlf0710> |
| Component: | p2 | Assignee: | P2 Inbox <equinox.p2-inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | minor | ||
| Priority: | P3 | CC: | aniefer, prakash, remy.suen, tjwatson |
| Version: | 3.6 | Keywords: | usability |
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
Guess this goes to Equinox Launcher. If, not appropriate, please reassign Moving to p2. *** This bug has been marked as a duplicate of bug 281895 *** |
Build Identifier: 20100218-1602 If you rename eclipse.exe to, for example, eclipse.java.exe, some components(like those invoked when Eclipse is started) read the configuration from eclipse.java.ini, while some others (like those invoked when new components is installing) read the configuration("-startup") from eclipse.ini. So you have to provide both. Reproducible: Always Steps to Reproduce: 1. Rename the eclipse.exe to eclipse.java.exe, eclipse.ini to eclipse.java.ini 2. Try to install a software 3. the installation will fail, prompting "Error while loading manipulator"