On 2012-08-03 06:24:39, Arne Schmitz wrote:
>
> Am Freitag, 3. August 2012 10:49:22 UTC+2 schrieb Arne Schmitz:
> >
> > !MESSAGE An error occurred while installing the items
> > !SUBENTRY 1 org.eclipse.equinox.p2.engine 4 0 2012-08-03 10:38:11.913
> > !MESSAGE session context was:(profile=SDKProfile,
> > phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null
> > --> [R]com.ibm.icu.source 4.4.2.v20110823,
> > action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.AddSourceBundleAction).
> > !SUBENTRY 1 org.eclipse.equinox.p2.touchpoint.eclipse 4 0 2012-08-03
> > 10:38:11.913
> > !MESSAGE The artifact file for
> > osgi.bundle,com.ibm.icu.source,4.4.2.v20110823 was not found.
What OS are you on? If you're on linux, which distro?
Did you install eclipse using a package manager or using one of the
downloads from
eclipse.org (if so, which one)?
This is an odd error to receive. Eclim isn't doing anything special
here, it's just asking eclipse to install a feature which it should be
able to do. Some users have reported their eclipse installs getting
into some state where they can't install any new features (eclim or
others). Is this an eclipse install you've had for a while? Can you
run the eclipse gui and see if you can install any other features?
> I think the problem is, that I don't have write access to that particular
> directory where Eclipse is installed. Can Eclim be installed outside of the
> Eclipse home directory? Eclipse is system wide installed on my machine.
>
> Best regards,
>
> Arne
Eclipse supports installing features (eclim in this case) even if you
don't have write access to the base eclipse install. It does this by
installing the new features under:
~/.eclipse/org.eclipse.platform_<version>/...
The eclim installer invokes eclipse to actually install the eclim
feature, so you don't need write access to the system wide eclipse
install.
--
eric