posted 22 years ago
Hi all,
I'm having a problem with ResourceBundle.
I have some language specific messages to show to the user.
I create the ResourceBundle as follows:
The file is located in the package foo/resource/messages.properties.
However, I want to put the messages.properties file in a separate directory, which are at a higher level then the class files.
My class files are located at classes/foo/../..
I want the messages.properties file located in the directory /properties/
I've tried, I think, almost everything, but I still get the next error.
Anybody an idea how to fix this?
Thanks in advance.
Marcel
[ July 10, 2002: Message edited by: Marcel de Jong ]