I'm just getting started with the eclipse and CrystalReports Java SDK, figuring I'd be using CrystalReportViewer in a fairly simple "wrapper" of a CR report. However, I can't find the class in the CrystalReportsRuntime.jar that comes packaged in the combination download. I can find ReportViewer in com.crystaldecisions.viewer, but nothing in com.crystaldecisions.report.web.viewer.
The CrystalReportViewer class seems to be the best way to open a report and refresh with real-time (changing) data in the same instance of a CR report. It would be done by refreshing the CrystalReportViewer object in a timed loop using CrystalReportViewer::refresh().
Is there another library I need to install in eclipse? Do I have the right version of the download?
Thanks!