Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 14:36 Go to next message
Peter Kirschner is currently offline Peter KirschnerFriend
Messages: 25
Registered: July 2009
Junior Member

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 17:33 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33145
Registered: July 2009
Senior Member
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?


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Oomph is launching eclipse-inst.exe instead of eclipse.exe [message #1859808 is a reply to message #1859736] Wed, 28 June 2023 13:29 Go to previous message
Peter Kirschner is currently offline Peter KirschnerFriend
Messages: 25
Registered: July 2009
Junior Member

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: Tue May 07 23:27:21 GMT 2024

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

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

Back to the top