Jump to content
We've recently updated our Privacy Statement, available here ×

NoClassDefFoundError: org/apache/commons/javaflow/


nirvan

Recommended Posts

I am using "jasperreports-3.5.0.jar" for generating a simple pdf report. I get the following exception.

Exception in thread "main"

java.lang.NoClassDefFoundError: org/apache/commons/javaflow/bytecode/Continuable.
 

I understand that the class being sought is from the javaflow jar file. But I already have "jasperreports-3.5.0-javaflow.jar" in my classpath. After searching the net, I believe that the jar file "commons-javaflow-20060411.jar" seems to be the missing jar file. But I am unable to find  any site which offers a download for the same. Please let me know whether this said jar file is required or not, and if required, where to download it from.

regards,

nirvan.

 

Link to comment
Share on other sites

  • Replies 8
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

According to the documentation this is what you need for commons:

Jakarta Commons BeanUtils Component (version 1.7 or later)
http://jakarta.apache.org/commons/beanutils/Jakarta Commons Collections Component (version 2.1 or later)
http://jakarta.apache.org/commons/collections/Jakarta Commons Javaflow (Sandbox version)
http://jakarta.apache.org/commons/sandbox/javaflow/Jakarta Commons Logging Component (version 1.0 or later)
http://jakarta.apache.org/commons/logging/

 

Link to comment
Share on other sites

Thanks very much for the responses.

@CBox -- I have downloaded the three jar files listed at http://sourceforge.net/project/showfiles.php?group_id=36382&package_id=28579&release_id=670820 . One of them is listed as jasperreports-3.5.0-javaflow.jar but that doesn't contain the class(Continuable) JasperReport is looking for. I am not sure which package you are talking about when you say the "the full JasperReports Project".

@rkozlowski -- I know that I need the "commons-javaflow-20060411.jar", but it isn't available on the apache site. There is only source files available on the apache website. Please let me know if you know where to download the jar file(binaries).

 

regards,

nirvan

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...