Right Click on WEB-INF folder, New and choose File/Folder…
Put the default folder name “classes”. It is common to put resources files under this directory since it will automatically include all files in this directory to the web application classpath.
Here is the screenshot for this step.
Now we have the folder classes under WEB-INF folder. Next let’s create the resource bundle files. Right click on the classes folder we just created. Choose New and File / Folder…
Name it resource_bundle.properties and this will be our default properties file.
Comments
Post a Comment