Eclipse IDE 2020‑06 (eclipse-inst-win64.exe) won't install on Win 7 Pro SP1 64-bit OS [message #1830293] |
Wed, 22 July 2020 15:05  |
Eclipse User |
|
|
|
Hey all ...
Upon first install attempt, I got a warning about insufficient Java platform / version ...
I installed 'jre-8u261-windows-x64.exe' ... now, the Eclipse install routine won't run ... when I double-click on it, nothing (other than a brief Windows spinning wheel as acknowledgement of it attempting to act on the double-click command) happens ... and no related process seems to exist in Task Manager ...
I know I should have paid closer attention to the initial Java warning and / or captured it for later reference, however, I did not, and am now wondering if I should have downloaded and installed the JDK platform?
Is the Developer version of Java required as a dependency?
If so, posting a dependencies link on the Eclipse download page(s) would have been helpful.
Thanks, K_Mc
|
|
|
Re: Eclipse IDE 2020‑06 (eclipse-inst-win64.exe) won't install on Win 7 Pro SP1 64-bit OS [message #1830308 is a reply to message #1830293] |
Thu, 23 July 2020 03:15   |
Eclipse User |
|
|
|
That's strange. The installer's self-extracting executable looks for all the Java installations in the system registry and tests each one's version and bitness (32 versus 64). If it doesn't find a suitable one, it opens a browser page to help you find one to install. So it sounds like that's what happened and then you installed 64 bit version of Java 1.8. It seems the installer now finds that and tries to use it, but then it failed to launch. So I tried extracting exactly the 2u261 version and run the installer with exactly that version:"D:\stuff\eclipse-inst-win64.exe" -vm "C:\Program Files\Java\jdk1.8.0_261" But that works for me so there's nothing strange or wrong about this latest Java 1.8 update...
If you run "java -version" from the command line, does that work and print something like this:"C:\Program Files\Java\jdk1.8.0_261\bin\java.exe" -version
java version "1.8.0_261"
Java(TM) SE Runtime Environment (build 1.8.0_261-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.261-b12, mixed mode)
I'd normally suggest just downloading a package from here:
https://www.eclipse.org/downloads/packages/
But that's highly likely to fail the same way for the same reason.
One thing you could try is running"D:\stuff\eclipse-inst-win64.exe" --debug -vm "C:\Program Files\Java\jdk1.8.0_261" The -vm option only tells the installer explicitly which Java to use; if you don't specify that, it will typically use the one on the PATH, if that's an appropriate version. With the --debug flag, it will tell you what the self-extractor is doing, i.e., where it's putting things and which processes it's launching. When I do that it tells me it's extracting the installer to C:\Users\merks\AppData\Local\Temp\eoi2E94.tmp and then I can look in C:\Users\merks\AppData\Local\Temp\eoi2E94.tmp\configuration\.metadata\.log to see any logged problems that might have caused the launch to fail.
I'll need the debug information that is printed to the console and the contents of the .log to further diagnose your problem.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Eclipse IDE 2020‑06 (eclipse-inst-win64.exe) won't install on Win 7 Pro SP1 64-bit OS [message #1830535 is a reply to message #1830534] |
Tue, 28 July 2020 11:42  |
Eclipse User |
|
|
|
FYI - I started some of the legwork by going on my Win 7 Pro SP1 64-bit OS system to:
System > System Properties (GUI) > Advanced (tab) > Environment Variables (button) > Environment Variables (GUI)
'User variables for Frankenstien' & 'System variables' ...
... however, typical Windows, it will not allow re-sizing of that GUI for a decent screenshot, or, copy'ing of the individual variables in order to assemble something here for review.
Will re-group and come at this again later ... K_Mc
|
|
|
Powered by
FUDForum. Page generated in 0.11043 seconds