Alexander Hordt wrote:
> 
> Hello!
> Someone can help me for the following problem:
> I operate with "Locale " around screen displays to
> internationalization.I have two files create:
> Gui_de.properties and
> Gui_en.properties.
> My problem are, Netscape navigator announce an
> error:
> can't find recource Gui_de which can I against it make?
> Thanks.
> Alex
>

Last time I checked, Netscape didn't support Class.getResource(), but
it does have Class.getResourceAsStream().

Bundle your properties file into your jar file and make sure it's
in the same location as the class file which loads it.


--
Joi Ellis                    Software Engineer
Aravox Technologies          [EMAIL PROTECTED], [EMAIL PROTECTED]

No matter what we think of Linux versus FreeBSD, etc., the one thing I
really like about Linux is that it has Microsoft worried.  Anything
that kicks a monopoly in the pants has got to be good for something.
           - Chris Johnson


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

  • Locales Alexander Hordt
    • Joi Ellis

Reply via email to