Skip to main content



      Home
Home » Eclipse Projects » Oomph » Oomph is launching eclipse-inst.exe instead of eclipse.exe(launching wrong executable)
Oomph is launching eclipse-inst.exe instead of eclipse.exe [message #1859727] Fri, 23 June 2023 10:36 Go to next message
Eclipse UserFriend
Oomph installer is trying to launch the wrong executable.
Where can this be specified.
I'm not aware of changing it somewhere.

Launching the installed product...
Launching the installed product failed.
java.io.IOException: Cannot run program "X:\IDEfix\idefix-main\eclipse\eclipse-inst.exe": CreateProcess error=2, The system cannot find the file specified
Re: Oomph is launching eclipse-inst.exe instead of eclipse.exe [message #1859736 is a reply to message #1859727] Fri, 23 June 2023 13:33 Go to previous messageGo to next message
Eclipse UserFriend
The launcher is computed from the profile:

https://github.com/eclipse-oomph/oomph/blob/3d70829e845650b8d7710c022e2b9c2a7c0dc643/plugins/org.eclipse.oomph.setup.core/src/org/eclipse/oomph/setup/internal/core/AbstractSetupTaskContext.java#L443-L483

Maybe you accidentally installed also the installer product?
Re: Oomph is launching eclipse-inst.exe instead of eclipse.exe [message #1859808 is a reply to message #1859736] Wed, 28 June 2023 09:29 Go to previous message
Eclipse UserFriend
It was a predecessor statement in a setup task.
  <setupTask
      xsi:type="setup.p2:P2Task"
      predecessor="//@setupTasks.3">
    <requirement
        name="org.eclipse.oomph.setup.feature.group"/>
    <repository
        url="${provider.url}/download.eclipse.org/oomph/drops/release/1.27.0"/>
  </setupTask>


Do not know what it refers to precisely, but after removal works as expected know. Thanks for the support
Previous Topic:Providing credentials for secured/protected update urls
Next Topic:oomph configuration in eclipse.ini useful?
Goto Forum:
  


Current Time: Thu Jul 17 09:30:00 EDT 2025

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

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

Back to the top