| Author |
Help with I18N
|
Arthur Buliva
Ranch Hand
Joined: Mar 08, 2006
Posts: 101
|
|
Hi Friends,
I have a problem when I try accessing a locale file from an absolute path.
I have this code:
It works well because I have the locale file as part of the packages of the application.
However,
brings out this problem:
Any help please?
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
ResourceBundle.getBundle is using a resource name; it isn't called ResourceBundle for nothing. I believe that you can create a custom ClassLoader and use that to load the data:
Note: not tested.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
Arthur Buliva
Ranch Hand
Joined: Mar 08, 2006
Posts: 101
|
|
Thanks Rob. A little modification and all is OK
|
 |
 |
|
|
subject: Help with I18N
|
|
|