twillerror wrote:
> To update this posting I've found if I put the Jasper
JAR file in the
> c:\coldFusion8\lib directory it will load over CFUSION,
but only if I name it
> someting like AJasper.jar.... The key is to have it list
before Cfusion in
> alpha order. I'm guessing the JVM loads up JAR files
this way...:)
are you sure you got the right version? usually what's
'native' to cf will get
on the classpath ahead of other stuff & i'm not sure just
renaming the jar is
enough. jasper reports are what cf uses for the cfreport bits
(along w/iText for
pdf support).
can't you just use the baked in jasper lib (we often use the
'old' iText lib
that comes w/cf)? if not, have a look at mark mandel's
javaLoader. it can
arbitrarily load java libs, works a treat (we use it when we
need the very
latest iText lib).