• 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

Configure Tomcat with Crystal Report

 
Ranch Hand
Posts: 300
Eclipse IDE Oracle Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi i want to configure Tomcat with Crystal report so that i can open a crystal report from jsp i tried to run the jsp as
http://localhost:8080/Test/jrc_view_report.jsp it goves me the error:

An error occurred at line: 29 in the jsp file: /jrc_view_report.jsp
ReportClientDocument cannot be resolved to a type


An error occurred at line: 39 in the jsp file: /jrc_view_report.jsp
ReportSDKException cannot be resolved to a type


my jsp file is



 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
copy the jar files from crystaldicision to your project WEB-INF/lib directory
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

moe mach wrote:copy the jar files from crystaldicision to your project WEB-INF/lib directory



I think you are about 3 years too late.
 
reply
    Bookmark Topic Watch Topic
  • New Topic