SourceForge.net Logo
Disable Menu
Installation
What version of Eclipse do I need?
Eclipse 3.0.1(+) should work fine.
Clicking on "Show CA" gives me a "The chosen operation is not currently available."?
The last releases were compiled for usage with JDK 5.0 only. So if you use JDK 1.4 try to download the newest release. This sould fix your problem.

Is CAP installed correctly? Look here
Are the dependend plugins installed correctly? Look here

If you still run into troubles, post your configuration into the forums.

It still does not work...
Sometimes it is usefull to delete some content (but not everything!) from your configuration-folder.

Take a look under "%ECLIPSE_HOME%/configuration" (sometimes und "%HOME/.eclipse/configuration") and try to delete "org.eclipse.osgi". This helped me out of trouble a couple of times...

But be carefull! Do not delete your settings (".settings") or the "config.ini"!

What version of JDK do I need?
You need at least JDK 1.4.
Running
I get the message "Could not restore workbenchh layout."
This may occure, if you uninstall a plugin install a newer version of a plugin.
Just select "Window" - "Rest Perspective" to get it away.
Running under Linux and JDK 1.4 I get a java.lang.ClassNotFoundException: sun.awt.X11.XEmbeddedFrame
This is a known issue with alls JDKs prior 1.4 under Linux. CAP uses some sort of SWT-AWT bridge which is not implemented in this versions.
Just update to JDK 1.5 to solve this problem.
Analysis
What means "Distance"?
The distance is a calculated value, that descripes the encapsulation of a certain package
While a distance of "0" means a "perfect" encapsulation, 1 stands for a complete lack of encapsulation.