Package loading

1999-06-10 Thread Anonymous
I'm not very awared of using external classes in JSP. It might be a trivial question, but how could I load packaged classes in my pages ? The only way I found until now is to had my package classes directly in the server's jar archive (/lib/jrun.jar in my case). And then I'm able to import

Re: Package loading

1999-06-10 Thread Arie Fishler
specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Sylvain RocheSent: Thursday, June 10, 1999 3:16 PMTo: [EMAIL PROTECTED]Subject: Package loading I'm not very awared of using external classes in JSP. It might be a trivial question, but how could I load