Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] can't lunch project

hi,
i try to follow the
http://www.eclipse.org/articles/Article-RCP-1/tutorial1.html
the helloworld program works as a plugin, but as i try to run as a
product i've got an error:
------------------------------------
java.lang.ClassNotFoundException:
org.eclipse.core.runtime.adaptor.EclipseStarter not found in
org.eclipse.equinox.launcher.Main$StartupClassLoader{urls=[], parent=null}
at java.net.URLClassLoader.findClass(libgcj.so.8rh)
at java.lang.ClassLoader.loadClass(libgcj.so.8rh)
at java.lang.ClassLoader.loadClass(libgcj.so.8rh)
at
org.eclipse.equinox.launcher.Main.invokeFramework(org.eclipse.equinox.launcher_1.0.0.v20070606.jar.so)
at
org.eclipse.equinox.launcher.Main.basicRun(org.eclipse.equinox.launcher_1.0.0.v20070606.jar.so)
at
org.eclipse.equinox.launcher.Main.run(org.eclipse.equinox.launcher_1.0.0.v20070606.jar.so)
at
org.eclipse.equinox.launcher.Main.main(org.eclipse.equinox.launcher_1.0.0.v20070606.jar.so)
------------------------------------

it's on linux, fedora 8, the installed eclipse packages:

------------------------------------
eclipse-cdt-4.0.1-1.fc8
eclipse-changelog-2.5.1-2.fc8
eclipse-cvs-client-3.3.0-30.fc8
eclipse-ecj-3.3.0-30.fc8
eclipse-emf-2.2.2-1.fc7
eclipse-emf-sdo-2.2.2-1.fc7
eclipse-gef-3.3.0-1.fc8
eclipse-jdt-3.3.0-30.fc8
eclipse-mylyn-2.0.0-9.fc8
eclipse-mylyn-trac-2.0.0-9.fc8
eclipse-pde-3.3.0-30.fc8
eclipse-pde-runtime-3.3.0-30.fc8
eclipse-phpeclipse-1.1.8-16.fc7
eclipse-platform-3.3.0-30.fc8
eclipse-rcp-3.3.0-30.fc8
eclipse-subclipse-1.2.4-5.fc8
eclipse-subclipse-book-1.2.4-5.fc8
icu4j-eclipse-3.6.1-1jpp.3.fc8
tomcat5-jasper-eclipse-5.5.25-1jpp.1.fc8
------------------------------------
i understand that it can't find the
org.eclipse.core.runtime.adaptor.EclipseStarter class, but what should i
have to configure in order to be able to run it.
thanks in advance.

-- 
  Levente                               "Si vis pacem para bellum!"


Back to the top