I have the following code.
Properties props = new Properties();
props.load(ClassLoader.getSystemResourceAsStream("ui.properties"));
I am running a Maven build, so this file is under
src/main/resources.
When I build the file and run the application the Input Stream is null.
Any advice would be appreciated.
can you try
instead of