oricteropo
IS-IT--Management
I'm new to Websphere so hopefully this will be an easy question.
I'm trying to import a class for Crystal Reports so that it can be viewed on a webpage. I know that the following line is correct but I get the error "JavaCompile: The import com.crystaldecisions cannot be resolved." What do I need to do to install or do whatever so that this is resolved.
<%import= "com.crystaldecisions.sdk.occa.report.application.*, com.crystaldecisions.report.web.viewer.*"
%>
I'm trying to import a class for Crystal Reports so that it can be viewed on a webpage. I know that the following line is correct but I get the error "JavaCompile: The import com.crystaldecisions cannot be resolved." What do I need to do to install or do whatever so that this is resolved.
<%import= "com.crystaldecisions.sdk.occa.report.application.*, com.crystaldecisions.report.web.viewer.*"
%>