Hallo zusammen,
ich bin grad dabei ein Feature-Projekt für die RCP Projekt (Projekt-Configuration) zu erstellen.
Hab die Produkt-Configuration nach "feature" anstatt "plug-in" eingestellt unt unter Dependencies habe ich das Feature-Projekt ausgewählt.
In dem Feature-Projekt habe ich unter Dependency meine Plugins hinzugefügt.
Und dann beim Ausführen meines Projektes über die Produkt-Configuration oder beim Starten nach dem Deployen bekomme ich diese Fehlermeldung, warum?
[code=Java]!SESSION Wed Aug 25 11:29:22 CEST 2010 -----------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2010-08-25 11:29:22.492
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:616)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)[/code]
Bitte um Hilfe.
gruss lam