• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

java. lang. NoClassDefFoundError: org/richfaces/

 
Ranch Hand
Posts: 580
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I want to generate a HTML-Datatable via JAVA-Code.

I have put the following libs both in EAR/lib and WAR/WEB-INF/lib:

- richfaces.impl
- richfaces.ui
- richfaces.api

but I got the following error:

Code:

Caused by: java.lang.NoClassDefFoundError: org/richfaces/component/html/HtmlDataTable

Any ideas?
 
Ranch Hand
Posts: 598
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
nimo there are some compatibility issues... try to change the versions of jar. I was also getting the same problem and tried for one whole day and then downloaded some example from net and used those jars as it it.
reply
    Bookmark Topic Watch Topic
  • New Topic