Em que pacote org.core.databinding pertence?

0

Um dos meus aplicativos requer org.eclipse.core.databinding mas não consigo instalar um pacote que satisfaça esse requisito. Alguém sabe como encontrar e instalar isso (se requer algo mais do que um usando instalar novo software).

    
por Daniel Fath 17.06.2011 / 02:38

1 resposta

1

De acordo com o link :

Where can I get the plugins? The JFace Data Binding plug-ins can be found in any of the following distributions on the Eclipse download page:

  • List item
  • Eclipse SDK
  • RCP Runtime/SDK
  • Platform Runtime/SDK Just select the desired build (e.g. stable, integration, nightly) and download one of the above distributions.

The plug-ins you need are org.eclipse.core.databinding, org.eclipse.jface.databinding (if your UI is implemented using SWT and JFace), and org.eclipse.core.databinding.beans (if your model objects conform to the JavaBeans specification).

    
por 17.06.2011 / 02:58