hi,

I have a class which has to access a property file, that is contained in the
same jar archive.
Here is my code :

ClassLoader loader = this.getClass().getClassLoader();
URL propertiesURL  =
loader.getSystemResource("com/hp/infra/classes/Snf2HtmlPage.properties");

loader.getSystemResource returns null.

Has everyone been in that case before ?

Thanks,
Ludovic

-----Original Message-----
From: haran Iyer [mailto:[EMAIL PROTECTED]]
Sent: mardi 17 avril 2001 14:40
To: JRun-Talk
Subject: Re: problems with objects in jsp pages


hi

refer wrox press professional JSP book

haran
--- ntrgiang <[EMAIL PROTECTED]> wrote:
> Does any body know where to find documentations
> about objects in jsp pages,
> i.e. page, session, request, application object?
> I found in jsp 1.1 api documentation but there's
> nothing involved in these
> objects.
> Please show me as soon as posible. Thank you.
> Giang Nguyen
> 
> 
> 
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to