score:0
For those who cannot run even after adding all required plugins, I got this error also when the JRE System Library configured in Run Configurations was not satisfying the minimum execution environment of the plugin (--> plugin.xml || Bundle-RequiredExecutionEnvironment in manifest).
score:0
The reason why Neils solution is forgotten by Eclipse is, that Eclipse overrides the Run Configuration when ever you launch your product from the *.product file. Therefore the solution is to adapt the dependencies in the *.product file instead of the Run Configuration. Moreover I would recommend to always launch Eclipse RCP projects from the *.product file, to avoid problems with changed configurations.
score:0
Somthing that worked for me is using eclipse Photon ...so check the version that supports.
score:0
After some try and error, I found that I had some problems with the "Run Configurations".
It is managable through this steps:
- Right-Click on your project's top-most folder inside the Package Explorer
- Run as
- Run Configurations...
- Left-Click on the list's item "Eclipse Application"
- From that hierachical-tree-like view you could see one or more entry [one is the main Eclipse instance [called with no great fantasy "Eclipse Application"], the others, if any, are the other Eclipse's instances you wish to run]. You should have at least a second ones to run into this whole problem =)
- Search the "Program to Run" section inside the "Main" tab.
- Select the radiobutton "Run a product" and write in the textfield the same program's name you find in the entry "Eclipse Application" mentioned in the step 5 [in my case, it is "org.eclipse.platform.ide"].
- Click on "Apply" and then "Run"
- Enjoy :D
score:2
This may be the result of using a different version of eclipse (not sure). I hadf the same error. When I tried to alter the run config as described, I found no button, checkbox or anything else that stated "Add required plug-ins". What I did find, however, was a drop down list at the top of the plug-ins tab.
Launch with:
- all workspace and enabled target plug-ins
- plug-ins selected below only
- features selected below only
Mine was set to option 2. I switched to option 1 and clicked "Apply". The error went away, though the resulting RCP window didn't contain the expected list... but I suspect that's another problem altogether.
score:2
I clicked the "Add Required Plug-ins" button but for some reason, it did not solve the "No application id has been found" problem.
What worked for me is the solution found here, which is:
- Go 'Run > Run Configurations...'
- Choose your run configuration
- Click on 'Plug-ins' tab
- Add plug-ins below:
org.eclipse.core.net
org.eclipse.ui.ide.application
score:16
I added a list of common problems with starting your product to the tutorial mentioned. Find it here: Eclipse RCP checklist for common launch problems
Please note that modifying the launch configuration is the wrong solution, as your application will fail starting after the export.
score:54
Shortly after posting, I found the specific magical incantation to fix this.
What you need to do is go to your Run Configurations (Run -> Run Configurations). Select the Plug-ins tab and then hit "Add Required Plug-ins". Apply, then Run, and it should work now.
Interestingly enough, it seems to forget this change with some regularity (bug here) and so you may need to do this often before launching :-(
Source: stackoverflow.com
Related Query
- Eclipse RCP: No application id has been found
- Eclipse on macosx: org.osgi.service.application.ApplicationException: No application id has been found
- "No application id has been found" after running eclipse RCP application
- eclipse product launching with manual export but not with tycho build no application id has been found dependency leaf issue
- exporting a plugin as a product: No application id has been found
- org.osgi.service.application.ApplicationException: No application id has been found
- Eclipse Rcp run E4 based code after the whole application has started and the GUI has completely rendered
- Eclipse RCP : Application "org.eclipse.ui.ide.workbench" could not be found in the registry
- Debug Java application from Eclipse which has not been started by a Run Configuration
- eclipse RCP - making the IFolder persist after the last View has been closed
- Eclipse and Tomcat 8.0.35 app ERROR: Illegal access: this web application instance has been stopped already
- Eclipse Juno: How to debug " No application id has been found"
- How to reuse menus in RCP application for Eclipse 4.2?
- "Workbench has not been created yet" error in eclipse plugin programming
- RCP application run from Eclipse runs fine, exporting it throws InjectionExceptions
- Test Framework for Eclipse RCP Application
- How to create an Eclipse RCP application re-using some "Eclipse IDE plugins"?
- Switch perspective in a RCP application since Eclipse Juno?
- Disable plugin contributions in Eclipse RCP Application
- Best practise for data binding a list in Eclipse RCP application
- Eclipse and SVN import a existing folder that has been SVN checked out
- Eclipse RCP application - multi-window design for multiple monitors
- Run RCP application without installing Eclipse
- Eclipse RCP application without Eclipse GUI
- Cannot launch eclipse rcp application in Juno
- Eclipse has been too lagging when handle copy/paste or typing
- How to assign enter as a shortcutKey to a button in Eclipse RCP application
- Static resources not found in (Selenium) JUnit test for Play 2.0 application executed from Eclipse
- eclipse.ini has been changed, but eclipse wont updated in Ubuntu 14.04
- find id of currently selected view in Eclipse RCP application
More Query from same tag
- MyEclipse Remove Server Connectors
- MySQL not found on Mac, problems with eclipse project using mysql-connector-java-5.1.13-bin.jar
- What is MakeFile in Eclipse?
- howto enable jre8 for a specific project
- SWT how to have table that highlights entire row with single click, and edits cell with double click?
- Retrieving the null value from Sqlite database in android
- Refactor foreach to for loop
- Java maven project in debian VPS server: when I clone the git repo in my local machine I get a maven project with a wrong java version
- can't start the adt-bunlde on ubuntu to run a program
- is there significant difference on PyDev grammar version 2.x and 3.x?
- Checking Maven Version
- Android app stopping unexpectedly when built...XML layout file problem?
- Eclipse: how to make directory trees show as packages
- Eclipse error: java.lang.reflect.InvocationTargetException and other errors
- Relative path for annotation processor in Eclipse
- Cant run existing android project on eclipse
- Java: Eclipse ClassNotFound exception when constructing matrix of objects
- Can I add a metadata to a source file in eclipse on save/commit/upload?
- PHPUnit is Working With Command Line, but not with Eclipse
- If statement not comparing JInputDialog value
- Creating an application bundle on OSX with eclipse C++
- How to create an war file in Eclipse without ant or maven?
- test without breakpoints
- JavaFX is dissabled in Eclipse
- Using In-memory Database With Hibernate tutorial how to execute?
- When do you declare a WebDriver driver public or private when using @BeforeMethod and @BeforeClass annotations
- Synchronizing two java projects still in development in Eclipse Kepler
- Installation of eclipse php in ubuntu
- Emacs command to Find and Open File similar to Eclipse
- Cucumber-Maven Set up with Eclipse, Source option 5 is no longer supported. Use 7 or later