I\'m working on a swing project, using maven2 (from command-line) and eclipse (without maven integration). So, I generate the eclipse project through maven eclipse plugi
Can you try loading the resources using below?
this.getClass().getClassLoader().getResourceAsStream(propertyFileName)