Skip to main content



      Home
Home » Newcomers » Newcomers » Problems with installing Eclipse for Java
Problems with installing Eclipse for Java [message #1833325] Fri, 09 October 2020 04:43 Go to next message
Eclipse UserFriend
I previously had Eclipse installed on my computer but I deleted it long ago. Recently , I want to download it again and start using it.

I downloaded the installer from this link : https://www.eclipse.org/downloads/download.php?file=/oomph/epp/2020-09/R/eclipse-inst-jre-win64.exe

the Java version I have is :

openjdk version "11.0.4" 2019-07-16

OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.4+11)

OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.4+11, mixed mode)

the JavaC version i have is :
javac 11.0.4

when I run the installer a little pop up appears and then disappears seconds after and that's it. It does not continue to the installation menu.

i noticed that it creates some files in my C directory under my User, these are the file names:

org.eclipse.oomp.jreinfo
org.eclipse.oomp.p2
org.eclipse.oomp.setup
I could not find any crash reports anywhere
Re: Problems with installing Eclipse for Java [message #1833381 is a reply to message #1833325] Mon, 12 October 2020 03:02 Go to previous message
Eclipse UserFriend
This report is somewhat similar but claims the installer hangs:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=567391

But the user who reported it never responded to my questions.

In your case, it sounds like the installer terminated unexpectedly.

If you run it from a cmd terminal:
eclipse-inst-jre-win64.exe --debug 1> log1 2> log2
, the log1 and log2 should show where the executable is extracting the installer.

If it gets as far as launching the actual installer application, the last line of log1 will be
Executing: "C:\Users\merks\AppData\Local\Temp\eoi574B.tmp\eclipse-inst.exe"
Any exceptions from the launched installer application will be in C:\Users\merks\AppData\Local\Temp\eoi574B.tmp\configuration\.metadata\.log and that information will be useful to share so I can try to determine why the installer failing is failing. The log1 will also be useful to share if it doesn't get as far as "Executing:" the actual installer executable.

It will be very helpful you can help me track down the problem...

Alternatively, you can download and unzip one of the packages:

https://www.eclipse.org/downloads/packages/
Previous Topic:Status Bar Update Needed
Next Topic:Simple Question(s)
Goto Forum:
  


Current Time: Fri Jul 04 22:14:31 EDT 2025

Powered by FUDForum. Page generated in 0.07922 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top