I am trying to set up a web application on JRun 4 for Crystal Reports'
Java Reporting Components. This webapp has several packages in the
WEB-INF/lib directory, however JRun can't seem to find them when
compiling my JSPs. For example, if a JSP page tries to import a class
like so:

<%@ page
import="com.crystaldecisions.report.web.viewer.CrystalReportViewer"%>

I get the following error:

*** Error: "com/crystaldecisions/report/web/viewer/CrystalReportViewer"
is either a misplaced package name or a non-existent entity.  

If I extract the jars to the WEB-INF/classes folder the app seems to
work, but should I need to do this? (I actually set this same app up on
Tomcat, and it runs fine without having to expand the WEB-INF/lib jar
files in the WEB-INF/classes directory.)

I'm fairly new to JRun, so any help would be greatly appreciated.

TIA

--Nathan
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to