narasimharaghavan
Programmer
I have a simple JSP
<HTML>
<BODY>
<A HREF=" 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.
<HTML>
<BODY>
<A HREF=" 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.