Project

General

Profile

TroubleshootingEditorLaunches » History » Version 2

Niels Hoffmann, 07/22/2010 11:02 AM

1 1 Niels Hoffmann
2
# What to do when the editor won't start
3
4
5
First of all, read this webpage: http://www.eclipsezone.com/eclipse/forums/t99010.html. A lot is explained there about how to start the osgi console, add extra options to an eclipse application that will provide more feedback.
6
7
8
9
## The bundle could not be resolved. Reason: Missing Constraint ... 
10
11
12
In the Launch Configuration for your editor, choose the Plug-Ins tab and do the "Deselect All" -> "Add Required Plug-Ins" magic. Or proceed as in the srticle mentioned above.
13 2 Niels Hoffmann
14
15
16
## The bundle fails to load its classes
17
18
19
Try adding a `BundleActivator` to the respective bundle.