No, no particular reason, I just wanted to make it clear that you should use
the ClassLoader to find the files, rather than some other method where your
code assumes the files will be.

ClassLoader has several different getSystemResource methods that return a
variety of things, so that was simply a pointer to the general area.

Regards,

Will Hartung
([EMAIL PROTECTED])

----- Original Message -----
From: "Koes, Derrick" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Tuesday, July 09, 2002 3:07 PM
Subject: RE: resource bundle question


>
> Is there a reason you are saying to use
> ClassLoader.getSystemResource(String), which returns a URL incidentally,
> rather than ResourceBundle.getBundle()?
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 09, 2002 5:38 PM
> To: Tomcat Users List
> Subject: Re: resource bundle question
>
> They should be fine in the classes directory, as it will be placed on your
> CLASSPATH appropriately. Use the ClassLoader.getResource methods to find
> them.
>
> Regards,
>
> Will Hartung
> ([EMAIL PROTECTED])
>
> ----- Original Message -----
> From: "Koes, Derrick" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, July 09, 2002 2:23 PM
> Subject: resource bundle question
>
>
> > Where should resource bundles (properties files) go in my war file?
> >
> >
> >
> >
>
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to