ERLEDIGT
NEIN
NEIN
ANTWORTEN
0
0
ZUGRIFFE
449
449
EMPFEHLEN
-
Ich arbeite an einem Plugin für Eclipse und möchte eine View mit einem Graphen erstellen.
Die Frage ist welchen Plugin / API / Editor ich dafür verwenden kann? Gehts überhaupt eigene Diagramme in die ViewPart einbauen (nicht nur Tree, List, Table...)?
Ich habe es schon mit JGraph und Zest probiert, ging aber nicht mit Fehlermeldung - "...unresolved bundels...".
Ich habe auf der Hilfeseiten von Eclipse auch über GEF gelesen, da steht aber, dass mans mit RCP implementieren soll. Ich muss es aber in meinen Plugin einbauen, da ich noch andere Resourcen die für Clients nicht zugänglich sind nutze.
Vielleicht hat schon jemand was ähnliches gemacht? Könnt ihr mir vielleicht nützliche links oder Infoquellen vorschlagen
Danke im Voraus!
Hier die Fehlermeldung mit Zest versuch:
Code :1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
!ENTRY org.eclipse.osgi 2 0 2010-12-02 09:07:28.589 !MESSAGE One or more bundles are not resolved because the following root constraints are not resolved: !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.605 !MESSAGE Bundle reference:file:/D:/Eclipse/eclipse/plugins/org.eclipse.cdt.launch.remote_2.2.0.201009241320.jar was not resolved. !SUBENTRY 2 org.eclipse.cdt.launch.remote 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing required bundle org.eclipse.rse.files.ui_[3.0.0,4.0.0). !SUBENTRY 2 org.eclipse.cdt.launch.remote 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing required bundle org.eclipse.rse.services_[3.0.0,4.0.0). !SUBENTRY 2 org.eclipse.cdt.launch.remote 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing required bundle org.eclipse.rse.subsystems.files.core_[3.0.0,4.0.0). !SUBENTRY 2 org.eclipse.cdt.launch.remote 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing required bundle org.eclipse.rse.core_[3.0.0,4.0.0). !SUBENTRY 2 org.eclipse.cdt.launch.remote 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing required bundle org.eclipse.rse.subsystems.shells.core_[3.0.0,4.0.0). !SUBENTRY 2 org.eclipse.cdt.launch.remote 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing required bundle org.eclipse.rse.ui_[3.0.0,4.0.0). !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.605 !MESSAGE Bundle reference:file:/D:/Eclipse/eclipse/plugins/org.eclipse.cdt.core.lrparser_5.1.0.201009241320.jar was not resolved. !SUBENTRY 2 org.eclipse.cdt.core.lrparser 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing required bundle net.sourceforge.lpg.lpgjavaruntime_1.1.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.605 !MESSAGE Bundle reference:file:/D:/Eclipse/eclipse/plugins/org.eclipse.cdt.debug.edc.linux.x86_1.0.0.201009241320/ was not resolved. !SUBENTRY 2 org.eclipse.cdt.debug.edc.linux.x86 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing required bundle org.eclipse.tm.tcf.core_0.3.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.605 !MESSAGE Bundle reference:file:/D:/Eclipse/eclipse/plugins/org.eclipse.cdt.debug.edc.ui_1.0.0.201009241320.jar was not resolved. !SUBENTRY 2 org.eclipse.cdt.debug.edc.ui 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing imported package org.eclipse.tm.tcf.protocol_0.2.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc.ui 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing required bundle org.eclipse.tm.tcf.core_0.0.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc.ui 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing imported package org.eclipse.tm.tcf.core_0.2.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.605 !MESSAGE Bundle reference:file:/D:/Eclipse/Projects/com.example.helloWorld/ was not resolved. !SUBENTRY 2 com.example.helloWorld 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing required bundle org.eclipse.zest.core_1.2.0. !SUBENTRY 2 com.example.helloWorld 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing required bundle org.eclipse.zest.layouts_1.1.0. !SUBENTRY 2 com.example.helloWorld 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing required bundle org.eclipse.zest.layouts.source_1.1.0. !SUBENTRY 2 com.example.helloWorld 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing required bundle org.eclipse.zest.core.source_1.2.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.605 !MESSAGE Bundle reference:file:/D:/Eclipse/eclipse/plugins/org.eclipse.cdt.debug.edc_1.0.0.201009241320.jar was not resolved. !SUBENTRY 2 org.eclipse.cdt.debug.edc 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing imported package org.eclipse.tm.tcf.core_0.2.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing imported package org.eclipse.tm.tcf.protocol_0.0.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing imported package org.eclipse.tm.tcf.services_0.2.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing imported package org.eclipse.tm.tcf.util_0.2.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.605 !MESSAGE Bundle reference:file:/D:/Eclipse/eclipse/plugins/org.eclipse.cdt.core.parser.upc_5.1.0.201009241320.jar was not resolved. !SUBENTRY 2 org.eclipse.cdt.core.parser.upc 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing required bundle net.sourceforge.lpg.lpgjavaruntime_1.1.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.605 !MESSAGE Bundle reference:file:/D:/Eclipse/eclipse/plugins/org.eclipse.cdt.debug.edc.windows.ui_1.0.0.201009241320.jar was not resolved. !SUBENTRY 2 org.eclipse.cdt.debug.edc.windows.ui 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing required bundle org.eclipse.tm.tcf_0.2.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.605 !MESSAGE Bundle reference:file:/D:/Eclipse/eclipse/plugins/org.eclipse.cdt.debug.edc.windows_1.0.0.201009241320/ was not resolved. !SUBENTRY 2 org.eclipse.cdt.debug.edc.windows 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing required bundle org.eclipse.tm.tcf.core_0.3.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.605 !MESSAGE Bundle reference:file:/D:/Eclipse/eclipse/plugins/org.eclipse.cdt.debug.edc.tcf.extension_1.0.0.201009241320.jar was not resolved. !SUBENTRY 2 org.eclipse.cdt.debug.edc.tcf.extension 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing imported package org.eclipse.tm.tcf.core_0.0.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc.tcf.extension 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing required bundle org.eclipse.tm.tcf.core_0.0.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc.tcf.extension 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing required bundle org.eclipse.tm.tcf_0.3.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.605 !MESSAGE Bundle reference:file:/D:/Eclipse/eclipse/plugins/org.eclipse.cdt.debug.edc.x86_1.0.0.201009241320.jar was not resolved. !SUBENTRY 2 org.eclipse.cdt.debug.edc.x86 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing required bundle org.eclipse.tm.tcf_0.3.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc.x86 2 0 2010-12-02 09:07:28.605 !MESSAGE Missing required bundle org.eclipse.tm.tcf.core_0.3.0. !ENTRY org.eclipse.osgi 2 0 2010-12-02 09:07:28.636 !MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists: !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.636 !MESSAGE Bundle org.eclipse.jdt.apt.pluggable.core_1.0.301.R36_v20100727-0110 [109] was not resolved. !SUBENTRY 2 org.eclipse.jdt.apt.pluggable.core 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing imported package org.eclipse.jdt.internal.compiler.tool_0.0.0. !SUBENTRY 2 org.eclipse.jdt.apt.pluggable.core 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing imported package org.eclipse.jdt.internal.compiler.apt.dispatch_0.0.0. !SUBENTRY 2 org.eclipse.jdt.apt.pluggable.core 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing imported package org.eclipse.jdt.internal.compiler.apt.model_0.0.0. !SUBENTRY 2 org.eclipse.jdt.apt.pluggable.core 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing imported package org.eclipse.jdt.internal.compiler.apt.util_0.0.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.636 !MESSAGE Bundle org.eclipse.jdt.compiler.apt_1.0.300.v20100513-0845 [112] was not resolved. !SUBENTRY 2 org.eclipse.jdt.compiler.apt 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing optionally imported package org.eclipse.jdt.internal.compiler.tool_0.0.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.636 !MESSAGE Bundle org.eclipse.jdt.compiler.tool_1.0.100.v_A68_R36x [113] was not resolved. !SUBENTRY 2 org.eclipse.jdt.compiler.tool 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing Constraint: Bundle-RequiredExecutionEnvironment: JavaSE-1.6 !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.636 !MESSAGE Bundle org.eclipse.cdt.core.lrparser_5.1.0.201009241320 [221] was not resolved. !SUBENTRY 2 org.eclipse.cdt.core.lrparser 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing required bundle net.sourceforge.lpg.lpgjavaruntime_1.1.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.636 !MESSAGE Bundle org.eclipse.cdt.core.lrparser.tests_5.1.0.201009241320 [222] was not resolved. !SUBENTRY 2 org.eclipse.cdt.core.lrparser.tests 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing required bundle org.eclipse.cdt.core.lrparser_4.0.1. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.636 !MESSAGE Bundle org.eclipse.cdt.core.lrparser.xlc_1.0.0.201009241320 [223] was not resolved. !SUBENTRY 2 org.eclipse.cdt.core.lrparser.xlc 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing required bundle org.eclipse.cdt.core.lrparser_5.1.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.636 !MESSAGE Bundle org.eclipse.cdt.core.lrparser.xlc.tests_1.0.0 [224] was not resolved. !SUBENTRY 2 org.eclipse.cdt.core.lrparser.xlc.tests 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing required bundle org.eclipse.cdt.core.lrparser_5.1.0. !SUBENTRY 2 org.eclipse.cdt.core.lrparser.xlc.tests 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing required bundle org.eclipse.cdt.core.lrparser.xlc_1.0.0. !SUBENTRY 2 org.eclipse.cdt.core.lrparser.xlc.tests 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing required bundle org.eclipse.cdt.core.lrparser.tests_5.1.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.636 !MESSAGE Bundle org.eclipse.cdt.core.parser.upc_5.1.0.201009241320 [225] was not resolved. !SUBENTRY 2 org.eclipse.cdt.core.parser.upc 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing required bundle net.sourceforge.lpg.lpgjavaruntime_1.1.0. !SUBENTRY 2 org.eclipse.cdt.core.parser.upc 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing required bundle org.eclipse.cdt.core.lrparser_5.0.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.636 !MESSAGE Bundle org.eclipse.cdt.core.parser.upc.tests_5.1.0.201009241320 [226] was not resolved. !SUBENTRY 2 org.eclipse.cdt.core.parser.upc.tests 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing required bundle org.eclipse.cdt.core.parser.upc_0.0.0. !SUBENTRY 2 org.eclipse.cdt.core.parser.upc.tests 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing required bundle org.eclipse.cdt.core.lrparser_4.0.1. !SUBENTRY 2 org.eclipse.cdt.core.parser.upc.tests 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing required bundle org.eclipse.cdt.core.lrparser.tests_4.0.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.636 !MESSAGE Bundle org.eclipse.cdt.debug.edc_1.0.0.201009241320 [230] was not resolved. !SUBENTRY 2 org.eclipse.cdt.debug.edc 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing required bundle org.eclipse.cdt.debug.edc.tcf.extension_1.0.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing imported package org.eclipse.tm.tcf.core_0.2.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing imported package org.eclipse.tm.tcf.protocol_0.0.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing imported package org.eclipse.tm.tcf.services_0.2.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing imported package org.eclipse.tm.tcf.util_0.2.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.636 !MESSAGE Bundle org.eclipse.cdt.debug.edc.linux.x86_1.0.0.201009241320 [232] was not resolved. !SUBENTRY 2 org.eclipse.cdt.debug.edc.linux.x86 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing required bundle org.eclipse.cdt.debug.edc_1.0.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc.linux.x86 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing required bundle org.eclipse.cdt.debug.edc.tcf.extension_1.0.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc.linux.x86 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing required bundle org.eclipse.cdt.debug.edc.ui_1.0.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc.linux.x86 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing required bundle org.eclipse.tm.tcf.core_0.3.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc.linux.x86 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing required bundle org.eclipse.cdt.debug.edc.x86_1.0.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.636 !MESSAGE Bundle org.eclipse.cdt.debug.edc.tcf.extension_1.0.0.201009241320 [233] was not resolved. !SUBENTRY 2 org.eclipse.cdt.debug.edc.tcf.extension 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing required bundle org.eclipse.tm.tcf_0.3.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc.tcf.extension 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing required bundle org.eclipse.tm.tcf.core_0.0.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc.tcf.extension 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing imported package org.eclipse.tm.tcf.core_0.0.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.636 !MESSAGE Bundle org.eclipse.cdt.debug.edc.ui_1.0.0.201009241320 [234] was not resolved. !SUBENTRY 2 org.eclipse.cdt.debug.edc.ui 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing required bundle org.eclipse.cdt.debug.edc_1.0.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc.ui 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing required bundle org.eclipse.cdt.debug.edc.tcf.extension_1.0.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc.ui 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing required bundle org.eclipse.tm.tcf.core_0.0.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc.ui 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing imported package org.eclipse.tm.tcf.core_0.2.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc.ui 2 0 2010-12-02 09:07:28.636 !MESSAGE Missing imported package org.eclipse.tm.tcf.protocol_0.2.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.652 !MESSAGE Bundle org.eclipse.cdt.debug.edc.windows_1.0.0.201009241320 [235] was not resolved. !SUBENTRY 2 org.eclipse.cdt.debug.edc.windows 2 0 2010-12-02 09:07:28.652 !MESSAGE Missing required bundle org.eclipse.cdt.debug.edc_1.0.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc.windows 2 0 2010-12-02 09:07:28.652 !MESSAGE Missing required bundle org.eclipse.cdt.debug.edc.tcf.extension_1.0.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc.windows 2 0 2010-12-02 09:07:28.652 !MESSAGE Missing required bundle org.eclipse.cdt.debug.edc.ui_1.0.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc.windows 2 0 2010-12-02 09:07:28.652 !MESSAGE Missing required bundle org.eclipse.tm.tcf.core_0.3.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc.windows 2 0 2010-12-02 09:07:28.652 !MESSAGE Missing required bundle org.eclipse.cdt.debug.edc.x86_1.0.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.652 !MESSAGE Bundle org.eclipse.cdt.debug.edc.windows.ui_1.0.0.201009241320 [236] was not resolved. !SUBENTRY 2 org.eclipse.cdt.debug.edc.windows.ui 2 0 2010-12-02 09:07:28.652 !MESSAGE Missing required bundle org.eclipse.cdt.debug.edc.windows_1.0.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc.windows.ui 2 0 2010-12-02 09:07:28.652 !MESSAGE Missing required bundle org.eclipse.cdt.debug.edc_1.0.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc.windows.ui 2 0 2010-12-02 09:07:28.652 !MESSAGE Missing required bundle org.eclipse.cdt.debug.edc.ui_1.0.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc.windows.ui 2 0 2010-12-02 09:07:28.652 !MESSAGE Missing required bundle org.eclipse.tm.tcf_0.2.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.652 !MESSAGE Bundle org.eclipse.cdt.debug.edc.x86_1.0.0.201009241320 [237] was not resolved. !SUBENTRY 2 org.eclipse.cdt.debug.edc.x86 2 0 2010-12-02 09:07:28.652 !MESSAGE Missing required bundle org.eclipse.cdt.debug.edc_1.0.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc.x86 2 0 2010-12-02 09:07:28.652 !MESSAGE Missing required bundle org.eclipse.tm.tcf_0.3.0. !SUBENTRY 2 org.eclipse.cdt.debug.edc.x86 2 0 2010-12-02 09:07:28.652 !MESSAGE Missing required bundle org.eclipse.tm.tcf.core_0.3.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.652 !MESSAGE Bundle org.eclipse.cdt.launch.remote_2.2.0.201009241320 [262] was not resolved. !SUBENTRY 2 org.eclipse.cdt.launch.remote 2 0 2010-12-02 09:07:28.652 !MESSAGE Missing required bundle org.eclipse.rse.ui_[3.0.0,4.0.0). !SUBENTRY 2 org.eclipse.cdt.launch.remote 2 0 2010-12-02 09:07:28.652 !MESSAGE Missing required bundle org.eclipse.rse.subsystems.shells.core_[3.0.0,4.0.0). !SUBENTRY 2 org.eclipse.cdt.launch.remote 2 0 2010-12-02 09:07:28.652 !MESSAGE Missing required bundle org.eclipse.rse.subsystems.files.core_[3.0.0,4.0.0). !SUBENTRY 2 org.eclipse.cdt.launch.remote 2 0 2010-12-02 09:07:28.652 !MESSAGE Missing required bundle org.eclipse.rse.core_[3.0.0,4.0.0). !SUBENTRY 2 org.eclipse.cdt.launch.remote 2 0 2010-12-02 09:07:28.652 !MESSAGE Missing required bundle org.eclipse.rse.services_[3.0.0,4.0.0). !SUBENTRY 2 org.eclipse.cdt.launch.remote 2 0 2010-12-02 09:07:28.652 !MESSAGE Missing required bundle org.eclipse.rse.files.ui_[3.0.0,4.0.0). !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.652 !MESSAGE Bundle org.eclipse.cdt.managedbuilder.bupc.ui_1.0.3.201009241320 [266] was not resolved. !SUBENTRY 2 org.eclipse.cdt.managedbuilder.bupc.ui 2 0 2010-12-02 09:07:28.652 !MESSAGE Missing required bundle org.eclipse.cdt.core.parser.upc_0.0.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.652 !MESSAGE Bundle org.eclipse.cdt.managedbuilder.xlupc.ui_1.1.0.201009241320 [274] was not resolved. !SUBENTRY 2 org.eclipse.cdt.managedbuilder.xlupc.ui 2 0 2010-12-02 09:07:28.652 !MESSAGE Missing required bundle org.eclipse.cdt.core.parser.upc_5.0.0. !SUBENTRY 1 org.eclipse.osgi 2 0 2010-12-02 09:07:28.652 !MESSAGE Bundle com.example.helloWorld_1.0.0.qualifier [328] was not resolved. !SUBENTRY 2 com.example.helloWorld 2 0 2010-12-02 09:07:28.652 !MESSAGE Missing required bundle org.eclipse.zest.core_1.2.0. !SUBENTRY 2 com.example.helloWorld 2 0 2010-12-02 09:07:28.652 !MESSAGE Missing required bundle org.eclipse.zest.layouts_1.1.0. !SUBENTRY 2 com.example.helloWorld 2 0 2010-12-02 09:07:28.652 !MESSAGE Missing required bundle org.eclipse.zest.core.source_1.2.0. !SUBENTRY 2 com.example.helloWorld 2 0 2010-12-02 09:07:28.652 !MESSAGE Missing required bundle org.eclipse.zest.layouts.source_1.1.0.
Ähnliche Themen
-
Einer Eclipse View Parameter übergeben?
Von Yadis im Forum Swing, Java2D/3D, SWT, JFaceAntworten: 5Letzter Beitrag: 13.10.09, 09:14 -
[Eclipse-PlugIn-Entwicklung]: Member einer Klasse?
Von sth_Weird im Forum Swing, Java2D/3D, SWT, JFaceAntworten: 0Letzter Beitrag: 26.03.08, 14:49 -
Quick Type Hierarchy View in Eclipse-Plugin
Von tommer im Forum JavaAntworten: 2Letzter Beitrag: 01.02.08, 14:12 -
Icon einer Eclipse View ändern
Von Zerwas im Forum JavaAntworten: 3Letzter Beitrag: 21.10.04, 09:47 -
SWT Display in einer Eclipse View anzeigen
Von Zerwas im Forum Swing, Java2D/3D, SWT, JFaceAntworten: 0Letzter Beitrag: 05.07.04, 10:21





Zitieren
Login





