Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Solid tutorial for creating Eclipse RCP product(I just want to created Eclipse distribution and Eclipse product failes to run)
Solid tutorial for creating Eclipse RCP product [message #1231646] Wed, 15 January 2014 06:05 Go to next message
Paul Verest is currently offline Paul VerestFriend
Messages: 36
Registered: March 2013
Member
I want to build Eclipse RCP product and it fails for both tutorials with the same error:


!SESSION Wed Jan 15 13:06:51 CST 2014 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2014-01-15 13:06:51.085
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:633)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
at org.eclipse.equinox.launcher.Main.main(Main.java:1426)

following http://www.vogella.com/tutorials/EclipseProductDeployment/article.html
(asked on http://stackoverflow.com/questions/21037230/creating-eclipse-rcp-application-with-lars-vogel-eclipse-products-and-deploymen)

following Plug-in development 101, Part 2: Introducing rich-client applications http://www.ibm.com/developerworks/library/os-eclipse-plugindev2/ by Chris Aniszczyk 2008
( asked on http://stackoverflow.com/questions/21129773/eclipse-rcp-java-lang-classnotfoundexception-org-eclipse-core-runtime-adaptor-e )

Is there tutorial that would just work for Eclipse Kepler?
Re: Solid tutorial for creating Eclipse RCP product [message #1244279 is a reply to message #1231646] Wed, 12 February 2014 05:32 Go to previous message
Ali Malik is currently offline Ali MalikFriend
Messages: 27
Registered: August 2013
Junior Member
Hi Paul,

Have you added org.eclipse.ui and org.eclipse.core.runtime to your dependencies?
I think the runtime plug-in is missing.

Tony
Previous Topic:ScrolledComposite in TitleAreaDialog
Next Topic:When is IPerspectiveListener4.perspectivePreDeactivate() called?
Goto Forum:
  


Current Time: Tue Mar 19 10:35:51 GMT 2024

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

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

Back to the top