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
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