tags:

views:

42

answers:

1

Possible Duplicate:
could not find framework in eclipse RCP application

!SESSION Wed Sep 15 15:57:56 CAT 2010 ------------------------------------------
!ENTRY org.eclipse.core.launcher 4 0 Sep 15, 2010 15:57:56.342
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.RuntimeException: Could not find framework
 at org.eclipse.core.launcher.Main.getBootPath(Main.java:395)
 at org.eclipse.core.launcher.Main.basicRun(Main.java:174)
 at org.eclipse.core.launcher.Main.run(Main.java:704)
 at org.eclipse.core.launcher.Main.main(Main.java:688)
A: 

It looks like the configuration of eclipse is broken. Check the other eclipse copy, the property 'osgi.framework' in configuration/config.ini.

Kane