launch file(.exe) is missing after building rcp application on Jenkins

A.Goel

During migration of Eclipse rcp application created using eclipse 3.x (Indigo) to Eclipse 4.5.2 (Mars), there is no issue found while running the application from Eclipse 4.5.2.

Also while building the application on Jenkins using ant file, the installer is created. But after the installation of installer, the launch file (.exe) for launching an application is missing.

Also, there is a *cli.exe (command line executable) is present. But after running it via command line, the below error comes:

Error: Could not find or load main class org.eclipse.core.launcher.Main

What could be the problem? I cannot add the console output of Jenkins, since it is very big.

A.Goel

Finally one issue is resolved.. .exe is creating now after installing the installer. The reason was I was missing some important plugins which should be added by adding delta packs(for multiple platform builds). for more info about delta packs, refer https://wiki.eclipse.org/A_Brief_Overview_of_Building_at_Eclipse#Cross-platform_build

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

launch file(.exe) is missing after building rcp application on Jenkins

From Dev

Missing launchfile after exporting E(fx)clipse RCP product application

From Dev

File Missing Error after creating exe file

From Dev

Missing ouptut in exe file

From Dev

Win Form exe closes immediately after launch, deploying a win form application using setup project

From Dev

How to un-install a bundle in an RCP application during its launch

From Dev

Issue with building React app using Jenkins, some files missing because of file-loader

From Dev

Launch an exe application from windows service

From Dev

JavaFX application fail to launch with native exe bundle

From Dev

Application crashes after first launch

From Dev

Application crashes after first launch

From Dev

Jenkins can't find aapt file during the ant building of Android application

From Dev

Launch exe file generated by Visual Studio 2015

From Dev

Launch exe file generated by Visual Studio 2015

From Dev

Since meteor 1.2 after building APK is missing

From Dev

Libraries missing in eclipse after building with Maven

From Dev

Since meteor 1.2 after building APK is missing

From Dev

Building Valkyrie RCP

From Dev

File missing after fsck

From Dev

WinForm Application cannot run because ".exe is missing"

From Dev

Python quits after I launch the application

From Dev

launch an application programmatically after installation in android

From Dev

After an update, cannot launch any graphical application

From Dev

Prerequisite installer (setup.exe) results in 'Unable to locate application file [file].msi' after restart

From Dev

How to launch Windows Form Application .exe on PC in specific time?

From Dev

Converting web application into exe file

From Dev

How to detect which file was opened to launch application

From Dev

Android - Load properties file on application launch

From Dev

Cant launch application using JAVAFX FXML file

Related Related

  1. 1

    launch file(.exe) is missing after building rcp application on Jenkins

  2. 2

    Missing launchfile after exporting E(fx)clipse RCP product application

  3. 3

    File Missing Error after creating exe file

  4. 4

    Missing ouptut in exe file

  5. 5

    Win Form exe closes immediately after launch, deploying a win form application using setup project

  6. 6

    How to un-install a bundle in an RCP application during its launch

  7. 7

    Issue with building React app using Jenkins, some files missing because of file-loader

  8. 8

    Launch an exe application from windows service

  9. 9

    JavaFX application fail to launch with native exe bundle

  10. 10

    Application crashes after first launch

  11. 11

    Application crashes after first launch

  12. 12

    Jenkins can't find aapt file during the ant building of Android application

  13. 13

    Launch exe file generated by Visual Studio 2015

  14. 14

    Launch exe file generated by Visual Studio 2015

  15. 15

    Since meteor 1.2 after building APK is missing

  16. 16

    Libraries missing in eclipse after building with Maven

  17. 17

    Since meteor 1.2 after building APK is missing

  18. 18

    Building Valkyrie RCP

  19. 19

    File missing after fsck

  20. 20

    WinForm Application cannot run because ".exe is missing"

  21. 21

    Python quits after I launch the application

  22. 22

    launch an application programmatically after installation in android

  23. 23

    After an update, cannot launch any graphical application

  24. 24

    Prerequisite installer (setup.exe) results in 'Unable to locate application file [file].msi' after restart

  25. 25

    How to launch Windows Form Application .exe on PC in specific time?

  26. 26

    Converting web application into exe file

  27. 27

    How to detect which file was opened to launch application

  28. 28

    Android - Load properties file on application launch

  29. 29

    Cant launch application using JAVAFX FXML file

HotTag

Archive