views:

1632

answers:

2

I'm trying to install the Subversion team provider on Eclipse 3.5, and it fails with the following message:

An error occurred while collecting items to be installed
session context was:(profile=SDKProfile,phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect, operand=, action=).
 Result of processing steps.
Unpack facility not configured
OK
OK
Result of processing steps.
Unpack facility not configured
OK
OK

Not just SVN, try installing any plugin, and it fails to install. Isn't this a serious bug? Has anyone else seen it or is there a workaround? Changing to a brand new workspace doesn't help either.

+1  A: 

What version of Java are you running with? Java 5+ may be required. See this email

Chris Arguin
I'm using IBM Java 6. Later I tried with Sun Java 6 and it works. So time to raise a bug for IBM JDK.
A: 

I installed Java SDK from Sun and then started with the -vm option. It seems that Eclipse used my GNU version of Java without the -vm option.

./eclipse -vm /usr/java/jdk1.5.0_22/jre/bin/

Andreas Wettergren