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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

View Crystal Report using Java

Status
Not open for further replies.

kncd2005

Programmer
May 31, 2005
14
US
Hi,

I am trying to open/view a report using Java, but I got error saying packages do not exist. Below are the packages that I need.

import com.crystaldecisions.reports.sdk.*;
import com.crystaldecisions.sdk.occa.report.reportsource.*;
import com.crystaldecisions.sdk.occa.report.lib.*;

Can someone tell how to set up the classpath so that Java knows where to get all necessary packages? A sample of a java file is very useful. Thanks.

CD
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top