This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS plugin installation fails

Hi,

I have tried to install a eclipse plugin called EditBox, but the installation fails with this message :

Cannot complete the install because one or more required items could not be found.
Software currently installed: EditBox 0.0.22 (pm.eclipse.editbox.feature.feature.group 0.0.22)
Missing requirement: Editbox Plug-in 0.0.22 (pm.eclipse.editbox 0.0.22) requires 'bundle org.eclipse.jdt.ui 0.0.0' but it could not be found
Cannot satisfy dependency:
From: EditBox 0.0.22 (pm.eclipse.editbox.feature.feature.group 0.0.22)
To: pm.eclipse.editbox [0.0.22]

The plugin seems to require the Eclipse JDT UI bundle, which requires the JDT Core components.

Is there a way to install the JDT Core components package, to benefit from this awesome plugin ?

Best regards,

Adrien

  • Hi Adrien,

    CCS is based on the C/C++ Eclipse version/tools.   Unfortunately if your plug-in requires the java version/tools, I suspect there is likely no work around for you.


    All the best with development.

    Best Regards,
    Lisa

  • I have found a workaround.

    By looking at help -> install new software -> available software sites, it is possible to make the Eclipse Juno repository ( http://download.eclipse.org/releases/juno/ ) available. Then, from this update site, select Java Development Tools in the Languages part, and install. Once the JDT toolchain is installed, Editbox, or any other plugin requiring JDT tpackages, can be installed too.

  • Great info

    This also enable "Eclipse Todo Editor" plugin. I did also select Javascript tools under the languages, so I don't know which one is actually required for this plugin to work, but it works if you install both.

    Regards, Mitja

  • Not Sure it relates o this particular topic but does CCS support any version control integration