Symptom
How to view crystal report using Java JRC tag library?
Environment
SAP Crystal Reports for Java runtime components - Java Reporting Component
Resolution
- Please run the attached sample code(Link):https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CB0QFjAA&url=http%3A%2F%2Fscn.sap.com%2Fdocs%2FDOC-6926&ei=Rmt_VPWBOMOGyASa_oKgBw&usg=AFQjCNF6Mo6Bf4uXjTdU7YtdipRk-KkVHw&sig2=Usvd6LiOET7EcmcyBqlI4g&bvm=bv.80642063,d.aWw
- Modify the web.xml parameter mentioned below:
<jsp-config>
<taglib>
<taglib-uri>/WEB-INF/crystal-tags-reportviewer.tld</taglib-uri>
<taglib-location>/WEB-INF/crystal-tags-reportviewer.tld</taglib-location>
</taglib>
</jsp-config>
- Sample code is also attached.
Keywords
JRC, TAG-lib, JRC taglib , KBA , BI-DEV-JAV , BI Software Development Kits (SDKs) - Java , Problem
Product
SAP Crystal Reports, version for Eclipse all versions ; SAP Crystal Server 2011
Attachments
Java JRC View Report Using Tag Tag Library Basic.zip |