Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I invoke CRYSTAL REPORTS from JSP using a Java Viewer

Status
Not open for further replies.

narasimharaghavan

Programmer
Jan 27, 2003
6
IN
I have a simple JSP
<HTML>
<BODY>
<A HREF=&quot; here to view report</A>
</BODY>
</HTML>

When I click on the hyperlink, i get a blank page with the error
'load class com.seagatesoftware.img.ReportViewer.ReportViewer'
in the browser status bar.
The report is displayed withour any error if I do not give init=java.
I'm using Crystal Reports 7, and Microsoft IIS on Windows 2000.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top