Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The <code>launcher.properties</code> should not be under a folder called <code>Login</code>. It should be placed directly in the <code>src/main/resources/com/abc/xyz</code> folder.</p> <hr> <p>It is really as simple as I said but if the resources folder is not marked as a sources folder then this may be the problem.</p> <p>This is the initial class and setup:</p> <p><img src="https://i.stack.imgur.com/FQg3B.png" alt="enter image description here"></p> <p>Now create the resources folder:</p> <p><img src="https://i.stack.imgur.com/eSpX4.png" alt="enter image description here"></p> <p><img src="https://i.stack.imgur.com/UxiLS.png" alt="enter image description here"></p> <p>This newly created folder should be automatically marked as a sources folder and if it is blue color marked then it is. Otherwise you'll have to mark it manually:</p> <p><img src="https://i.stack.imgur.com/vK55I.png" alt="enter image description here"></p> <p>Now you'll be able to add packages to it:</p> <p><img src="https://i.stack.imgur.com/VRTjX.png" alt="enter image description here"></p> <p><img src="https://i.stack.imgur.com/V5rEU.png" alt="enter image description here"></p> <p>And now you can add the file to it:</p> <p><img src="https://i.stack.imgur.com/rYWoS.png" alt="enter image description here"></p> <p><img src="https://i.stack.imgur.com/HD9Vh.png" alt="enter image description here"></p> <p>And rerunning the application will not give you any <code>null</code> value back:</p> <p><img src="https://i.stack.imgur.com/KsCDH.png" alt="enter image description here"></p> <p>And the package view will surely show the <code>launchers.properties</code> file as well:</p> <p><img src="https://i.stack.imgur.com/gv6rd.png" alt="enter image description here"></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload