Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
MovableComponent: NoClassDefFoundError (JSF 2008 Vol 1)
posted

java.lang.NoClassDefFoundError: com/infragistics/faces/shared/component/MovableComponent

- I downloaded and installed NetAdvantage® for JSF 2008 Vol 1
- I set the classpath as usual and added the corresponding "*.jar"s
- On running the tomcat server I get the above mentioned NoClassDefFoundError message.

- I tried to find some information about the MovableComponent class in the Infragistics Online Help without success.
=>
Via Tab 'Search':    "... but the page you have requested has either been moved or is not longer available"
=> Via Tab 'Contents':  com.infragistics.faces.shared.component.movablecomponent is not listed.

What can I do to get it runnig?

Parents
No Data
Reply
  • 2151
    Offline posted

    Hi  marlife,

    The com.infragistics.faces.shared.component.MovableComponent interface can be found in the "infragistics-shared.jar" jar

    Please make sure you are including this jar in the classpath and not using an old one.

Children
No Data