Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-20-2007, 12:31 AM
Member
 
Join Date: Jul 2007
Posts: 41
Rep Power: 0
fred is on a distinguished road
Default java.lang.NoClassDefFoundError
I'm trying to convert from HTML to PDF.

but when I run the code it gives me the following error:
Code:
java.lang.NoClassDefFoundError: org/apache/avalon/framework
/configuration/ConfigurationException
what's the problem?
thanks
Bookmark Post in Technorati
Reply With Quote
  #2 (permalink)  
Old 07-20-2007, 10:48 AM
Member
 
Join Date: Jul 2007
Posts: 17
Rep Power: 0
sathish_2111 is on a distinguished road
Default
I think some library file which has class (org/apache/avalon/framework
/configuration/ConfigurationException) is missing
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 07-26-2007, 12:12 AM
Member
 
Join Date: Jul 2007
Posts: 55
Rep Power: 0
Seemster is on a distinguished road
Default
your missing the avalonframework jar. go to DocJar: Search Open Source Java API and put in the exception. it'll search and provide you with a list of downloadable jars containing the missing files. or look locally and find the jar and add it to your classpath.
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 08-01-2007, 06:00 PM
Member
 
Join Date: Jul 2007
Posts: 41
Rep Power: 0
fred is on a distinguished road
Default
yes, i fixed it
you were right I was missing the avalonframework
thanks a lot
Bookmark Post in Technorati
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
java.lang.NoClassDefFoundError: com.ibm.ws.orb.GlobalORBFactory hawkeye Enterprise JavaBeans 1 06-16-2008 11:56 AM
java.lang.NoClassDefFoundError J_a_y New To Java 2 08-07-2007 12:51 PM
Exception in thread "main" java.lang.NoClassDefFoundError carl New To Java 2 08-01-2007 06:26 AM
java.lang.NoClassDefFoundError Exception when I invoke to a class outside projectEJB Daniel Enterprise JavaBeans 1 07-06-2007 07:08 AM
java.lang.NoClassDefFoundError: javax/activation/DataSource bbq Advanced Java 1 07-05-2007 05:26 AM


All times are GMT +2. The time now is 08:17 PM.



VBulletin, Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2009, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org