Posted By:
Benoit_Aumars
Posted On:
Thursday, March 8, 2001 07:38 AM
Hi, I get confuse with all this jar, package, and getBundle(...). Here is my situation. My java directory is something like this : C:usrProjectmyProject uild.xml C:usrProjectmyProjectimages*.gif C:usrProjectmyProject esources*.properties C:usrProjectmyProjectsrcorg oto itiMain.java C:usrProjectmyProjectsrcorg oto itisubdiraa1.java C:usrProjectmyProjectsrcorg oto itisubdirb 1.java Each java source file has of course a package statement. My questions : 1. how do I use the function ResourceBundle.getBundle(...), given the '... esource' directory above ? 2. same with ImageIcon (...) ? Regards, Ben.
More>>
Hi,
I get confuse with all this jar, package, and getBundle(...).
Here is my situation.
My java directory is something like this :
C:usrProjectmyProject uild.xml
C:usrProjectmyProjectimages*.gif
C:usrProjectmyProject
esources*.properties
C:usrProjectmyProjectsrcorg oto itiMain.java
C:usrProjectmyProjectsrcorg oto itisubdiraa1.java
C:usrProjectmyProjectsrcorg oto itisubdirb 1.java
Each java source file has of course a package statement. My questions :
1. how do I use the function ResourceBundle.getBundle(...), given the '...
esource' directory above ?
2. same with ImageIcon (...) ?
Regards,
Ben.
<<Less