Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Convert multiple Eclipse Plugins into a single RCP Application
Convert multiple Eclipse Plugins into a single RCP Application [message #990699] Thu, 13 December 2012 11:22 Go to next message
Eclipse UserFriend
I try to convert multiple Eclipse plugins into a single RCP-Application as described in Vogellas Tutorial ( vogella .com/articles/EclipseRCP/article.html#plugin_creatinge4). But when i launch the application i get the following error "java.lang.RuntimeException: No application id has been found".
The console says also that there are plugins missing but i added all of them on the dependencies tab of the .product file ...

Where is my mistake ?
Re: Convert multiple Eclipse Plugins into a single RCP Application [message #990746 is a reply to message #990699] Fri, 14 December 2012 00:07 Go to previous message
Eclipse UserFriend
From Vogellas Tutorial

Check that all required plug-ins are included in your run configuration. Make sure that your product defines dependencies to all required plug-ins or features.

Bundles may also require a certain version of the Java virtual machine, e.g. a bundle may require Java 1.6 and will therefore not load in a Java 1.5 VM. Check the MANIFEST.MF file on the Overview tab in the Execution Environments section which Java version is required.


So open your run configuration and switch to plugin tab. CLICK add required plugin like following in image .
http://www.vogella.com/articles/Eclipse3RCP/images/launchconfiguration30.png
Previous Topic:SourceViewer cut/copy/paste/selectAll integration with RCP application
Next Topic:Disable text search
Goto Forum:
  


Current Time: Sat Jul 12 07:35:26 EDT 2025

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

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

Back to the top