On Mon, Mar 14, 2011 at 2:39 PM, Mats Stromberg wrote:
> That's worth a look at if it allready in there... Still it doesn't
> explain how I can mess up such small template.
> At the moment it's nothing more than
>
> <cfscript language"java">
> import com.jcraft.jsch.*;
>
> </cfscript>
>
> Took out all of the rest of the code just to test.
> I should say that I'm using the nightly build 14.03.2011

Ja.  Hrm.

Did you try what Matt suggested?  Put the jar in jetty/lib instead of
the /web-inf/lib and restart?  I *think* it's that easy, tho depending
on the jetty version sometimes you have to put it in a different dir
(lib/ext/ or something?).

Might also want to verify that you've got any dependencies jsch needs,
though generally that'd be a different "class not found" class.

Could also be that the cfscript=java stuff is using a custom
classloader, though I'd think if you put the jar in jetty/lib it'd
find it's way there eventually.

:Den

-- 
Many a man will have the courage to die gallantly, but will not have
the courage to say, or even to think, that the cause for which he is
asked to die is an unworthy one.
Bertrand Russell

-- 
official tag/function reference: http://openbd.org/manual/
 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to